#034E47

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

Shades of Cyprus #034E47

Tints of Cyprus #034E47

Color information

#034E47 (or 0x034E47) is unknown color: approx Cyprus. HEX triplet: 03, 4E and 47. RGB value is (3,78,71). Sum of RGB (Red+Green+Blue) = 3+78+71=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #034E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E47 is #FCB1B8. Grayscale: #363636. Windows color (decimal): -16560569 or 4673027. OLE color: 4673027.

HSL color Cylindrical-coordinate representation of color #034E47: hue angle of 174.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E47 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB37871-
CMYK0.9600.090.69
HSL174.4º92.59%15.88%-
HSV(B)174.4º96.15%30.59%-
XYZ3.95.926.9-
YUV54.78137.1591.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 78 (30.86% from 255) = 51.32%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=1.97%
G=51.32%
B=46.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378710.9600.090.69174.492.5915.88
Hex34E47600945ae5d10
Octal311610714001110525613520
Binary1110011101000111110000001001100010110101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034E47; }

 p { color: rgb(3,78,71); }

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

<style>
 a { background-color: #034E47; }

 a { background-color: rgb(3,78,71); }

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

<style>
 span { border-color: #034E47; }

 span { border-color: rgb(3,78,71); }

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