#397eb0

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

Shades of Curious Blue #397EB0

Tints of Curious Blue #397EB0

Color information

#397EB0 (or 0x397EB0) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and B0. RGB value is (57,126,176). Sum of RGB (Red+Green+Blue) = 57+126+176=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #397EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397EB0 is #C6814F. Grayscale: #6E6E6E. Windows color (decimal): -13009232 or 11566649. OLE color: 11566649.

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

Color convert

RGB57126176-
CMYK0.680.2800.31
HSL205.21º51.07%45.69%-
HSV(B)205.21º67.61%69.02%-
XYZ16.9818.9343.83-
YUV111.07164.6489.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 176 (69.14% from 255) = 49.03%
R=15.88%
G=35.10%
B=49.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571261760.680.2800.31205.2151.0745.69
Hex397EB0441C01Fcd332e
Octal71176260104340373156356
Binary11100111111101011000010001001110001111111001101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397eb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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