#397ECE

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

Shades of Curious Blue #397ECE

Tints of Curious Blue #397ECE

Color information

#397ECE (or 0x397ECE) is unknown color: approx Curious Blue. HEX triplet: 39, 7E and CE. RGB value is (57,126,206). Sum of RGB (Red+Green+Blue) = 57+126+206=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #397ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ECE is #C68131. Grayscale: #727272. Windows color (decimal): -13009202 or 13532729. OLE color: 13532729.

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

Color convert

RGB57126206-
CMYK0.720.3900.19
HSL212.21º60.32%51.57%-
HSV(B)212.21º72.33%80.78%-
XYZ20.2920.2561.23-
YUV114.49179.6487-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.65%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=14.65%
G=32.39%
B=52.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571262060.720.3900.19212.2160.3251.57
Hex397ECE4827013d43c34
Octal71176316110470233247464
Binary111001111111011001110100100010011101001111010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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