#025344

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

Shades of Cyprus #025344

Tints of Cyprus #025344

Color information

#025344 (or 0x025344) is unknown color: approx Cyprus. HEX triplet: 02, 53 and 44. RGB value is (2,83,68). Sum of RGB (Red+Green+Blue) = 2+83+68=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #025344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025344 is #FDACBB. Grayscale: #393939. Windows color (decimal): -16624828 or 4477698. OLE color: 4477698.

HSL color Cylindrical-coordinate representation of color #025344: hue angle of 168.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025344 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB28368-
CMYK0.9800.180.67
HSL168.89º95.29%16.67%-
HSV(B)168.89º97.59%32.55%-
XYZ4.166.626.53-
YUV57.07134.1688.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=1.31%
G=54.25%
B=44.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283680.9800.180.67168.8995.2916.67
Hex253446201243a95f11
Octal212310414202210325113721
Binary10101001110001001100010010010100001110101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025344; }

 p { color: rgb(2,83,68); }

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

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

 a { background-color: rgb(2,83,68); }

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

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

 span { border-color: rgb(2,83,68); }

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