#034F47

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

Shades of Cyprus #034F47

Tints of Cyprus #034F47

Color information

#034F47 (or 0x034F47) is unknown color: approx Cyprus. HEX triplet: 03, 4F and 47. RGB value is (3,79,71). Sum of RGB (Red+Green+Blue) = 3+79+71=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #034F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F47 is #FCB0B8. Grayscale: #373737. Windows color (decimal): -16560313 or 4673283. OLE color: 4673283.

HSL color Cylindrical-coordinate representation of color #034F47: hue angle of 173.68º 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 #034F47 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB37971-
CMYK0.9600.100.69
HSL173.68º92.68%16.08%-
HSV(B)173.68º96.2%30.98%-
XYZ3.976.076.92-
YUV55.36136.8290.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=1.96%
G=51.63%
B=46.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379710.9600.100.69173.6892.6816.08
Hex34F47600A45ae5d10
Octal311710714001210525613520
Binary1110011111000111110000001010100010110101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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