#397ECD

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

Shades of Curious Blue #397ECD

Tints of Curious Blue #397ECD

Color information

#397ECD (or 0x397ECD) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and CD. RGB value is (57,126,205). Sum of RGB (Red+Green+Blue) = 57+126+205=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #397ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ECD is #C68132. Grayscale: #717171. Windows color (decimal): -13009203 or 13467193. OLE color: 13467193.

HSL color Cylindrical-coordinate representation of color #397ECD: hue angle of 212.03º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397ECD is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57126205-
CMYK0.720.3900.20
HSL212.03º59.68%51.37%-
HSV(B)212.03º72.2%80.39%-
XYZ20.1720.260.59-
YUV114.38179.1487.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=14.69%
G=32.47%
B=52.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571262050.720.3900.20212.0359.6851.37
Hex397ECD4827014d43c33
Octal71176315110470243247463
Binary111001111111011001101100100010011101010011010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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