#00397C

Color #00397C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #00397C

Tints of Dark Cerulean #00397C

Color information

#00397C (or 0x00397C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 39 and 7C. RGB value is (0,57,124). Sum of RGB (Red+Green+Blue) = 0+57+124=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #00397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00397C is #FFC683. Grayscale: #2F2F2F. Windows color (decimal): -16762500 or 8141056. OLE color: 8141056.

HSL color Cylindrical-coordinate representation of color #00397C: hue angle of 212.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00397C is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB057124-
CMYK10.5400.51
HSL212.42º100%24.31%-
HSV(B)212.42º100%48.63%-
XYZ5.14.3819.65-
YUV47.6171.1294.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=0%
G=31.49%
B=68.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal05712410.5400.51212.4210024.31
Hex0397C6436033d46418
Octal0711741446606332414430
Binary011100111111001100100110110011001111010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00397C; }

 p { color: rgb(0,57,124); }

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

<style>
 a { background-color: #00397C; }

 a { background-color: rgb(0,57,124); }

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

<style>
 span { border-color: #00397C; }

 span { border-color: rgb(0,57,124); }

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