#043C3E

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

Shades of Cyprus #043C3E

Tints of Cyprus #043C3E

Color information

#043C3E (or 0x043C3E) is unknown color: approx Cyprus. HEX triplet: 04, 3C and 3E. RGB value is (4,60,62). Sum of RGB (Red+Green+Blue) = 4+60+62=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #043C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C3E is #FBC3C1. Grayscale: #2B2B2B. Windows color (decimal): -16499650 or 4078596. OLE color: 4078596.

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

Color convert

RGB46062-
CMYK0.940.0300.76
HSL182.07º87.88%12.94%-
HSV(B)182.07º93.55%24.31%-
XYZ2.543.615.12-
YUV43.48138.4599.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 60 (23.83% from 255) = 47.62%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=3.17%
G=47.62%
B=49.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal460620.940.0300.76182.0787.8812.94
Hex43C3E5E304Cb658d
Octal474761363011426613015
Binary100111100111110101111011010011001011011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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