#003C7C

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

Shades of Dark Cerulean #003C7C

Tints of Dark Cerulean #003C7C

Color information

#003C7C (or 0x003C7C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3C and 7C. RGB value is (0,60,124). Sum of RGB (Red+Green+Blue) = 0+60+124=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #003C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C7C is #FFC383. Grayscale: #313131. Windows color (decimal): -16761732 or 8141824. OLE color: 8141824.

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

Color convert

RGB060124-
CMYK10.5200.51
HSL210.97º100%24.31%-
HSV(B)210.97º100%48.63%-
XYZ5.254.6919.7-
YUV49.36170.1292.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 124 (48.83% from 255) = 67.39%
R=0%
G=32.61%
B=67.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal06012410.5200.51210.9710024.31
Hex03C7C6434033d36418
Octal0741741446406332314430
Binary011110011111001100100110100011001111010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003C7C; }

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

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

<style>
 a { background-color: #003C7C; }

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

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

<style>
 span { border-color: #003C7C; }

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

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