#023535

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

Shades of Cyprus #023535

Tints of Cyprus #023535

Color information

#023535 (or 0x023535) is unknown color: approx 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

RGB25353-
CMYK0.96000.79
HSL180º92.73%10.78%-
HSV(B)180º96.23%20.78%-
XYZ1.942.823.81-
YUV37.75136.6102.5-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253530.96000.7918092.7310.78
Hex2353560004Fb45db
Octal265651400011726413513
Binary1011010111010111000000010011111011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>