#034339

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

Shades of Cyprus #034339

Tints of Cyprus #034339

Color information

#034339 (or 0x034339) is unknown color: approx Cyprus. HEX triplet: 03, 43 and 39. RGB value is (3,67,57). Sum of RGB (Red+Green+Blue) = 3+67+57=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #034339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034339 is #FCBCC6. Grayscale: #2E2E2E. Windows color (decimal): -16563399 or 3752707. OLE color: 3752707.

HSL color Cylindrical-coordinate representation of color #034339: hue angle of 170.62º 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 #034339 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB36757-
CMYK0.9600.150.74
HSL170.62º91.43%13.73%-
HSV(B)170.62º95.52%26.27%-
XYZ2.784.334.56-
YUV46.72133.896.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=2.36%
G=52.76%
B=44.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367570.9600.150.74170.6291.4313.73
Hex34339600F4Aab5be
Octal31037114001711225313316
Binary11100001111100111000000111110010101010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034339; }

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

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

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

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

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

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

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

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