#043D3F

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

Shades of Cyprus #043D3F

Tints of Cyprus #043D3F

Color information

#043D3F (or 0x043D3F) is unknown color: approx Cyprus. HEX triplet: 04, 3D and 3F. RGB value is (4,61,63). Sum of RGB (Red+Green+Blue) = 4+61+63=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #043D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D3F is #FBC2C0. Grayscale: #2C2C2C. Windows color (decimal): -16499393 or 4144388. OLE color: 4144388.

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

Color convert

RGB46163-
CMYK0.940.0300.75
HSL182.03º88.06%13.14%-
HSV(B)182.03º93.65%24.71%-
XYZ2.623.725.28-
YUV44.18138.6299.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 61 (24.22% from 255) = 47.66%
BLUE value IS 63 (25% from 255) = 49.22%
R=3.12%
G=47.66%
B=49.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal461630.940.0300.75182.0388.0613.14
Hex43D3F5E304Bb658d
Octal475771363011326613015
Binary100111101111111101111011010010111011011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,61,63); }

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

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

 a { background-color: rgb(4,61,63); }

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

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

 span { border-color: rgb(4,61,63); }

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