#023435

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

Shades of Cyprus #023435

Tints of Cyprus #023435

Color information

#023435 (or 0x023435) is unknown color: approx Cyprus. HEX triplet: 02, 34 and 35. RGB value is (2,52,53). Sum of RGB (Red+Green+Blue) = 2+52+53=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #023435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023435 is #FDCBCA. Grayscale: #252525. Windows color (decimal): -16632779 or 3486722. OLE color: 3486722.

HSL color Cylindrical-coordinate representation of color #023435: hue angle of 181.18º 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 #023435 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB25253-
CMYK0.960.0200.79
HSL181.18º92.73%10.78%-
HSV(B)181.18º96.23%20.78%-
XYZ1.92.733.79-
YUV37.16136.94102.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=1.87%
G=48.60%
B=49.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal252530.960.0200.79181.1892.7310.78
Hex2343560204Fb55db
Octal264651402011726513513
Binary10110100110101110000010010011111011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023435; }

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

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

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

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

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

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

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

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