#04373A

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

Shades of Cyprus #04373A

Tints of Cyprus #04373A

Color information

#04373A (or 0x04373A) is unknown color: approx Cyprus. HEX triplet: 04, 37 and 3A. RGB value is (4,55,58). Sum of RGB (Red+Green+Blue) = 4+55+58=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #04373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04373A is #FBC8C5. Grayscale: #282828. Windows color (decimal): -16500934 or 3815172. OLE color: 3815172.

HSL color Cylindrical-coordinate representation of color #04373A: hue angle of 183.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04373A is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB45558-
CMYK0.930.0500.77
HSL183.33º87.1%12.16%-
HSV(B)183.33º93.1%22.75%-
XYZ2.183.064.48-
YUV40.09138.1102.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=3.42%
G=47.01%
B=49.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal455580.930.0500.77183.3387.112.16
Hex4373A5D504Db757c
Octal467721355011526712714
Binary1001101111110101011101101010011011011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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