#043A3D

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

Shades of Cyprus #043A3D

Tints of Cyprus #043A3D

Color information

#043A3D (or 0x043A3D) is unknown color: approx Cyprus. HEX triplet: 04, 3A and 3D. RGB value is (4,58,61). Sum of RGB (Red+Green+Blue) = 4+58+61=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #043A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A3D is #FBC5C2. Grayscale: #2A2A2A. Windows color (decimal): -16500163 or 4012548. OLE color: 4012548.

HSL color Cylindrical-coordinate representation of color #043A3D: hue angle of 183.16º 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 #043A3D is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45861-
CMYK0.930.0500.76
HSL183.16º87.69%12.75%-
HSV(B)183.16º93.44%23.92%-
XYZ2.413.394.94-
YUV42.2138.61100.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=3.25%
G=47.15%
B=49.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal458610.930.0500.76183.1687.6912.75
Hex43A3D5D504Cb758d
Octal472751355011426713015
Binary1001110101111011011101101010011001011011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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