#034340

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

Shades of Cyprus #034340

Tints of Cyprus #034340

Color information

#034340 (or 0x034340) is unknown color: approx Cyprus. HEX triplet: 03, 43 and 40. RGB value is (3,67,64). Sum of RGB (Red+Green+Blue) = 3+67+64=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #034340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034340 is #FCBCBF. Grayscale: #2F2F2F. Windows color (decimal): -16563392 or 4211459. OLE color: 4211459.

HSL color Cylindrical-coordinate representation of color #034340: hue angle of 177.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034340 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB36764-
CMYK0.9600.040.74
HSL177.19º91.43%13.73%-
HSV(B)177.19º95.52%26.27%-
XYZ2.974.45.54-
YUV47.52137.396.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=2.24%
G=50%
B=47.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367640.9600.040.74177.1991.4313.73
Hex3434060044Ab15be
Octal31031001400411226113316
Binary11100001110000001100000010010010101011000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034340; }

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

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

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

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

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

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

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

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