#397EAA

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

Shades of Curious Blue #397EAA

Tints of Curious Blue #397EAA

Color information

#397EAA (or 0x397EAA) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and AA. RGB value is (57,126,170). Sum of RGB (Red+Green+Blue) = 57+126+170=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #397EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAA is #C68155. Grayscale: #6E6E6E. Windows color (decimal): -13009238 or 11173433. OLE color: 11173433.

HSL color Cylindrical-coordinate representation of color #397EAA: hue angle of 203.36º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397EAA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57126170-
CMYK0.660.2600.33
HSL203.36º49.78%44.51%-
HSV(B)203.36º66.47%66.67%-
XYZ16.418.6940.77-
YUV110.38161.6489.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=16.15%
G=35.69%
B=48.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571261700.660.2600.33203.3649.7844.51
Hex397EAA421A021cb322d
Octal71176252102320413136255
Binary111001111111010101010100001011010010000111001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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