#034439

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

Shades of Cyprus #034439

Tints of Cyprus #034439

Color information

#034439 (or 0x034439) is unknown color: approx Cyprus. HEX triplet: 03, 44 and 39. RGB value is (3,68,57). Sum of RGB (Red+Green+Blue) = 3+68+57=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #034439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034439 is #FCBBC6. Grayscale: #2F2F2F. Windows color (decimal): -16563143 or 3752963. OLE color: 3752963.

HSL color Cylindrical-coordinate representation of color #034439: hue angle of 169.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034439 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB36857-
CMYK0.9600.160.73
HSL169.85º91.55%13.92%-
HSV(B)169.85º95.59%26.67%-
XYZ2.844.454.58-
YUV47.31133.4796.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=2.34%
G=53.12%
B=44.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368570.9600.160.73169.8591.5513.92
Hex344396001049aa5ce
Octal31047114002011125213416
Binary111000100111001110000001000010010011010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034439; }

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

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

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

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

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

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

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

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