Html Css Color HEX #398CC9 Curious Blue

📋 copy color: '#398CC9'

red 57 ◦ green 140 ◦ blue 201

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

Shades of Curious Blue #398CC9

Tints of Curious Blue #398CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 14.32%
G = 35.18%
B = 50.5%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#398CC9 (or 0x398CC9) is known color: Curious Blue. HEX triplet: 39, 8C and C9. RGB value is (57,140,201). Sum of RGB (Red+Green+Blue) = 57+140+201=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #398CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CC9 is #C67336. Grayscale: #797979. Windows color (decimal): -13005623 or 13208633. OLE color: 13208633.

HSL color Cylindrical-coordinate representation of color #398CC9: hue angle of 205.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398CC9 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 140 201 -
CMYK 0.72 0.30 0 0.21
HSL 205.42º 0.57% 0.51% -
HSV(B) 205.42º 0.72% 0.79% -
XYZ 21.61 23.84 58.72 -
YUV 122.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 57 140 201 0.72 0.30 0 0.21 205.42 0.57 0.51
Hex 39 8C C9 48 1E 0 15 CD 39 33
Octal 71 214 311 110 36 0 25 315 71 63
Binary 111001 10001100 11001001 1001000 11110 0 10101 11001101 111001 110011

Color Harmonies of #398CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CC9

Black with #398CC9

Text Example


Text Example

White with #398CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,140,201); }

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

background-color css

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

 a { background-color: rgb(57,140,201); }

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

border-color css

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

 span { border-color: rgb(57,140,201); }

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