#397FA9

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

Shades of Curious Blue #397FA9

Tints of Curious Blue #397FA9

Color information

#397FA9 (or 0x397FA9) is unknown color: approx Curious Blue. HEX triplet: 39, 7F and A9. RGB value is (57,127,169). Sum of RGB (Red+Green+Blue) = 57+127+169=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #397FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397FA9 is #C68056. Grayscale: #6E6E6E. Windows color (decimal): -13008983 or 11108153. OLE color: 11108153.

HSL color Cylindrical-coordinate representation of color #397FA9: hue angle of 202.5º degrees, saturation: 0.5, 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 #397FA9 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB57127169-
CMYK0.660.2500.34
HSL202.5º49.56%44.31%-
HSV(B)202.5º66.27%66.27%-
XYZ16.4418.9140.32-
YUV110.86160.8189.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 169 (66.41% from 255) = 47.88%
R=16.15%
G=35.98%
B=47.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571271690.660.2500.34202.549.5644.31
Hex397FA94219022ca322c
Octal71177251102310423126254
Binary111001111111110101001100001011001010001011001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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