#07347c

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

Shades of Dark Cerulean #07347C

Tints of Dark Cerulean #07347C

Color information

#07347C (or 0x07347C) is unknown color: approx Dark Cerulean. HEX triplet: 07, 34 and 7C. RGB value is (7,52,124). Sum of RGB (Red+Green+Blue) = 7+52+124=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #07347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07347C is #F8CB83. Grayscale: #2E2E2E. Windows color (decimal): -16305028 or 8139783. OLE color: 8139783.

HSL color Cylindrical-coordinate representation of color #07347C: hue angle of 216.92º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07347C is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB752124-
CMYK0.940.5800.51
HSL216.92º89.31%25.69%-
HSV(B)216.92º94.35%48.63%-
XYZ4.953.9619.57-
YUV46.75171.5999.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=3.83%
G=28.42%
B=67.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7521240.940.5800.51216.9289.3125.69
Hex7347C5E3A033d9591a
Octal7641741367206333113132
Binary11111010011111001011110111010011001111011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07347c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07347c; }

 p { color: rgb(7,52,124); }

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

<style>
 a { background-color: #07347c; }

 a { background-color: rgb(7,52,124); }

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

<style>
 span { border-color: #07347c; }

 span { border-color: rgb(7,52,124); }

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