Html Css Color HEX #397FA8 Curious Blue

📋 copy color: '#397FA8'

red 57 ◦ green 127 ◦ blue 168

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

Shades of Curious Blue #397FA8

Tints of Curious Blue #397FA8

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 168 (66.02% from 255) = 47.73%

R = 16.19%
G = 36.08%
B = 47.73%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#397FA8 (or 0x397FA8) is known color: Curious Blue. HEX triplet: 39, 7F and A8. RGB value is (57,127,168). Sum of RGB (Red+Green+Blue) = 57+127+168=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #397FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FA8 is #C68057. Grayscale: #6E6E6E. Windows color (decimal): -13008984 or 11042617. OLE color: 11042617.

HSL color Cylindrical-coordinate representation of color #397FA8: hue angle of 202.16º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397FA8 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 127 168 -
CMYK 0.66 0.24 0 0.34
HSL 202.16º 0.49% 0.44% -
HSV(B) 202.16º 0.66% 0.66% -
XYZ 16.34 18.88 39.83 -
YUV 110.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 57 127 168 0.66 0.24 0 0.34 202.16 0.49 0.44
Hex 39 7F A8 42 18 0 22 CA 31 2C
Octal 71 177 250 102 30 0 42 312 61 54
Binary 111001 1111111 10101000 1000010 11000 0 100010 11001010 110001 101100

Color Harmonies of #397FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FA8

Black with #397FA8

Text Example


Text Example

White with #397FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397FA8; }

 p { color: rgb(57,127,168); }

 H1.HeaderClassName
 {
   color: #397FA8;
 }
 .AnyTagClassName
 {
   color: #397FA8;
 }
</style>

background-color css

<style>
 a { background-color: #397FA8; }

 a { background-color: rgb(57,127,168); }

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

border-color css

<style>
 span { border-color: #397FA8; }

 span { border-color: rgb(57,127,168); }

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