#04373C

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

Shades of Cyprus #04373C

Tints of Cyprus #04373C

Color information

#04373C (or 0x04373C) is unknown color: approx Cyprus. HEX triplet: 04, 37 and 3C. RGB value is (4,55,60). Sum of RGB (Red+Green+Blue) = 4+55+60=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #04373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04373C is #FBC8C3. Grayscale: #282828. Windows color (decimal): -16500932 or 3946244. OLE color: 3946244.

HSL color Cylindrical-coordinate representation of color #04373C: hue angle of 185.36º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04373C is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45560-
CMYK0.930.0800.76
HSL185.36º87.5%12.55%-
HSV(B)185.36º93.33%23.53%-
XYZ2.233.084.75-
YUV40.32139.1102.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 60 (23.83% from 255) = 50.42%
R=3.36%
G=46.22%
B=50.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal455600.930.0800.76185.3687.512.55
Hex4373C5D804Cb958d
Octal4677413510011427113015
Binary10011011111110010111011000010011001011100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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