#397EAF

Color #397EAF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #397EAF

Tints of Curious Blue #397EAF

Color information

#397EAF (or 0x397EAF) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and AF. RGB value is (57,126,175). Sum of RGB (Red+Green+Blue) = 57+126+175=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #397EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAF is #C68150. Grayscale: #6E6E6E. Windows color (decimal): -13009233 or 11501113. OLE color: 11501113.

HSL color Cylindrical-coordinate representation of color #397EAF: hue angle of 204.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397EAF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57126175-
CMYK0.670.2800.31
HSL204.92º50.86%45.49%-
HSV(B)204.92º67.43%68.63%-
XYZ16.8918.8943.31-
YUV110.96164.1489.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=15.92%
G=35.20%
B=48.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571261750.670.2800.31204.9250.8645.49
Hex397EAF431C01Fcd332d
Octal71176257103340373156355
Binary11100111111101010111110000111110001111111001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,126,175); }

 H1.HeaderClassName
 {
   color: #397EAF;
 }
 .AnyTagClassName
 {
   color: #397EAF;
 }
</style>
background-color css

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

 a { background-color: rgb(57,126,175); }

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

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

 span { border-color: rgb(57,126,175); }

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