#034037

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

Shades of Cyprus #034037

Tints of Cyprus #034037

Color information

#034037 (or 0x034037) is unknown color: approx Cyprus. HEX triplet: 03, 40 and 37. RGB value is (3,64,55). Sum of RGB (Red+Green+Blue) = 3+64+55=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #034037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034037 is #FCBFC8. Grayscale: #2C2C2C. Windows color (decimal): -16564169 or 3620867. OLE color: 3620867.

HSL color Cylindrical-coordinate representation of color #034037: hue angle of 171.15º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034037 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB36455-
CMYK0.9500.140.75
HSL171.15º91.04%13.14%-
HSV(B)171.15º95.31%25.1%-
XYZ2.563.964.24-
YUV44.74133.7998.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=2.46%
G=52.46%
B=45.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364550.9500.140.75171.1591.0413.14
Hex340375F0E4Bab5bd
Octal31006713701611325313315
Binary11100000011011110111110111010010111010101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034037; }

 p { color: rgb(3,64,55); }

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

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

 a { background-color: rgb(3,64,55); }

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

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

 span { border-color: rgb(3,64,55); }

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