Html Css Color HEX #023535 Cyprus

📋 copy color: '#023535'

red 2 ◦ green 53 ◦ blue 53

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

Shades of Cyprus #023535

Tints of Cyprus #023535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

 BLUE value IS 53 (21.09% from 255) = 49.07%

R = 1.85%
G = 49.07%
B = 49.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#023535 (or 0x023535) is known color: Cyprus. HEX triplet: 02, 35 and 35. RGB value is (2,53,53). Sum of RGB (Red+Green+Blue) = 2+53+53=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #023535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023535 is #FDCACA. Grayscale: #252525. Windows color (decimal): -16632523 or 3486978. OLE color: 3486978.

HSL color Cylindrical-coordinate representation of color #023535: hue angle of 180º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023535 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 53 53 -
CMYK 0.96 0 0 0.79
HSL 180º 0.93% 0.11% -
HSV(B) 180º 0.96% 0.21% -
XYZ 1.94 2.82 3.81 -
YUV 37.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 2 53 53 0.96 0 0 0.79 180 0.93 0.11
Hex 2 35 35 60 0 0 4F B4 5D B
Octal 2 65 65 140 0 0 117 264 135 13
Binary 10 110101 110101 1100000 0 0 1001111 10110100 1011101 1011

Color Harmonies of #023535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023535

Black with #023535

Text Example


Text Example

White with #023535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023535; }

 p { color: rgb(2,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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