#397EAE

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

Shades of Curious Blue #397EAE

Tints of Curious Blue #397EAE

Color information

#397EAE (or 0x397EAE) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and AE. RGB value is (57,126,174). Sum of RGB (Red+Green+Blue) = 57+126+174=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #397EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EAE is #C68151. Grayscale: #6E6E6E. Windows color (decimal): -13009234 or 11435577. OLE color: 11435577.

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

Color convert

RGB57126174-
CMYK0.670.2800.32
HSL204.62º50.65%45.29%-
HSV(B)204.62º67.24%68.24%-
XYZ16.7918.8542.8-
YUV110.84163.6489.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=15.97%
G=35.29%
B=48.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571261740.670.2800.32204.6250.6545.29
Hex397EAE431C020cd332d
Octal71176256103340403156355
Binary111001111111010101110100001111100010000011001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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