#397DCE

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

Shades of Curious Blue #397DCE

Tints of Curious Blue #397DCE

Color information

#397DCE (or 0x397DCE) is unknown color: approx Curious Blue. HEX triplet: 39, 7D and CE. RGB value is (57,125,206). Sum of RGB (Red+Green+Blue) = 57+125+206=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #397DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DCE is #C68231. Grayscale: #717171. Windows color (decimal): -13009458 or 13532473. OLE color: 13532473.

HSL color Cylindrical-coordinate representation of color #397DCE: hue angle of 212.62º 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 #397DCE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57125206-
CMYK0.720.3900.19
HSL212.62º60.32%51.57%-
HSV(B)212.62º72.33%80.78%-
XYZ20.1619.9961.19-
YUV113.9179.9787.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=14.69%
G=32.22%
B=53.09%

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
Decimal571252060.720.3900.19212.6260.3251.57
Hex397DCE4827013d53c34
Octal71175316110470233257464
Binary111001111110111001110100100010011101001111010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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