Html Css Color HEX #025346 Cyprus

📋 copy color: '#025346'

red 2 ◦ green 83 ◦ blue 70

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

Shades of Cyprus #025346

Tints of Cyprus #025346

RGB

 RED value IS 2 (1.17% from 255) = 1.29%

 GREEN value IS 83 (32.81% from 255) = 53.55%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 1.29%
G = 53.55%
B = 45.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#025346 (or 0x025346) is known color: Cyprus. HEX triplet: 02, 53 and 46. RGB value is (2,83,70). Sum of RGB (Red+Green+Blue) = 2+83+70=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #025346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025346 is #FDACB9. Grayscale: #393939. Windows color (decimal): -16624826 or 4608770. OLE color: 4608770.

HSL color Cylindrical-coordinate representation of color #025346: hue angle of 170.37º 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 #025346 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 70 -
CMYK 0.98 0 0.16 0.67
HSL 170.37º 0.95% 0.17% -
HSV(B) 170.37º 0.98% 0.33% -
XYZ 4.22 6.64 6.85 -
YUV 57.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 2 83 70 0.98 0 0.16 0.67 170.37 0.95 0.17
Hex 2 53 46 62 0 10 43 AA 5F 11
Octal 2 123 106 142 0 20 103 252 137 21
Binary 10 1010011 1000110 1100010 0 10000 1000011 10101010 1011111 10001

Color Harmonies of #025346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025346

Black with #025346

Text Example


Text Example

White with #025346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025346; }

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

 H1.HeaderClassName
 {
   color: #025346;
 }
 .AnyTagClassName
 {
   color: #025346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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