Html Css Color HEX #025344 Cyprus

📋 copy color: '#025344'

red 2 ◦ green 83 ◦ blue 68

#025344
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #025344

Tints of Cyprus #025344

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 value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#025344 (or 0x025344) is known color: 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

RGB 2 83 68 -
CMYK 0.98 0 0.18 0.67
HSL 168.89º 0.95% 0.17% -
HSV(B) 168.89º 0.98% 0.33% -
XYZ 4.16 6.62 6.53 -
YUV 57.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 2 83 68 0.98 0 0.18 0.67 168.89 0.95 0.17
Hex 2 53 44 62 0 12 43 A9 5F 11
Octal 2 123 104 142 0 22 103 251 137 21
Binary 10 1010011 1000100 1100010 0 10010 1000011 10101001 1011111 10001

Color Harmonies of #025344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025344

Black with #025344

Text Example


Text Example

White with #025344

Text Example


Text Example

HTML Codes & Css Web 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>