#043C75

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

Shades of Dark Cerulean #043C75

Tints of Dark Cerulean #043C75

Color information

#043C75 (or 0x043C75) is unknown color: approx Dark Cerulean. HEX triplet: 04, 3C and 75. RGB value is (4,60,117). Sum of RGB (Red+Green+Blue) = 4+60+117=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #043C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C75 is #FBC38A. Grayscale: #313131. Windows color (decimal): -16499595 or 7683076. OLE color: 7683076.

HSL color Cylindrical-coordinate representation of color #043C75: hue angle of 210.27º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043C75 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB460117-
CMYK0.970.4900.54
HSL210.27º93.39%23.73%-
HSV(B)210.27º96.58%45.88%-
XYZ4.884.5417.45-
YUV49.75165.9595.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=2.21%
G=33.15%
B=64.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4601170.970.4900.54210.2793.3923.73
Hex43C756131036d25d18
Octal4741651416106632213530
Binary10011110011101011100001110001011011011010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043C75; }

 p { color: rgb(4,60,117); }

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

<style>
 a { background-color: #043C75; }

 a { background-color: rgb(4,60,117); }

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

<style>
 span { border-color: #043C75; }

 span { border-color: rgb(4,60,117); }

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