#043C42

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

Shades of Cyprus #043C42

Tints of Cyprus #043C42

Color information

#043C42 (or 0x043C42) is unknown color: approx Cyprus. HEX triplet: 04, 3C and 42. RGB value is (4,60,66). Sum of RGB (Red+Green+Blue) = 4+60+66=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #043C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C42 is #FBC3BD. Grayscale: #2B2B2B. Windows color (decimal): -16499646 or 4340740. OLE color: 4340740.

HSL color Cylindrical-coordinate representation of color #043C42: hue angle of 185.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043C42 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB46066-
CMYK0.940.0900.74
HSL185.81º88.57%13.73%-
HSV(B)185.81º93.94%25.88%-
XYZ2.653.655.72-
YUV43.94140.4599.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 60 (23.83% from 255) = 46.15%
BLUE value IS 66 (26.17% from 255) = 50.77%
R=3.08%
G=46.15%
B=50.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal460660.940.0900.74185.8188.5713.73
Hex43C425E904Aba59e
Octal47410213611011227213116
Binary100111100100001010111101001010010101011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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