Html Css Color HEX #398AD2 Curious Blue

📋 copy color: '#398AD2'

red 57 ◦ green 138 ◦ blue 210

#398AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #398AD2

Tints of Curious Blue #398AD2

RGB

 RED value IS 57 (22.66% from 255) = 14.07%

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 210 (82.42% from 255) = 51.85%

R = 14.07%
G = 34.07%
B = 51.85%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#398AD2 (or 0x398AD2) is known color: Curious Blue. HEX triplet: 39, 8A and D2. RGB value is (57,138,210). Sum of RGB (Red+Green+Blue) = 57+138+210=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #398AD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AD2 is #C6752D. Grayscale: #797979. Windows color (decimal): -13006126 or 13797945. OLE color: 13797945.

HSL color Cylindrical-coordinate representation of color #398AD2: hue angle of 208.24º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398AD2 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 138 210 -
CMYK 0.73 0.34 0 0.18
HSL 208.24º 0.63% 0.52% -
HSV(B) 208.24º 0.73% 0.82% -
XYZ 22.41 23.7 64.37 -
YUV 121.99 177.66 81.65 -
System Red Green Blue C M Y K H S L
Decimal 57 138 210 0.73 0.34 0 0.18 208.24 0.63 0.52
Hex 39 8A D2 49 22 0 12 D0 3F 34
Octal 71 212 322 111 42 0 22 320 77 64
Binary 111001 10001010 11010010 1001001 100010 0 10010 11010000 111111 110100

Color Harmonies of #398AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398AD2

Black with #398AD2

Text Example


Text Example

White with #398AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398AD2; }

 p { color: rgb(57,138,210); }

 H1.HeaderClassName
 {
   color: #398AD2;
 }
 .AnyTagClassName
 {
   color: #398AD2;
 }
</style>

background-color css

<style>
 a { background-color: #398AD2; }

 a { background-color: rgb(57,138,210); }

 div.DivClassName
 {
   background-color: #398AD2;
 }
 .BgClassName
 {
   background-color: #398AD2;
 }
</style>

border-color css

<style>
 span { border-color: #398AD2; }

 span { border-color: rgb(57,138,210); }

 td.TdClassName
 {
   border-color: #398AD2;
 }
 .TagClassName
 {
   border-color: #398AD2;
 }
</style>