#00357C

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

Shades of Dark Cerulean #00357C

Tints of Dark Cerulean #00357C

Color information

#00357C (or 0x00357C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 35 and 7C. RGB value is (0,53,124). Sum of RGB (Red+Green+Blue) = 0+53+124=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #00357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00357C is #FFCA83. Grayscale: #2C2C2C. Windows color (decimal): -16763524 or 8140032. OLE color: 8140032.

HSL color Cylindrical-coordinate representation of color #00357C: hue angle of 214.35º 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 #00357C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB053124-
CMYK10.5700.51
HSL214.35º100%24.31%-
HSV(B)214.35º100%48.63%-
XYZ4.91419.58-
YUV45.25172.4495.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 124 (48.83% from 255) = 70.06%
R=0%
G=29.94%
B=70.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal05312410.5700.51214.3510024.31
Hex0357C6439033d66418
Octal0651741447106332614430
Binary011010111111001100100111001011001111010110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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