#023B35

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

Shades of Cyprus #023B35

Tints of Cyprus #023B35

Color information

#023B35 (or 0x023B35) is unknown color: approx Cyprus. HEX triplet: 02, 3B and 35. RGB value is (2,59,53). Sum of RGB (Red+Green+Blue) = 2+59+53=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #023B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B35 is #FDC4CA. Grayscale: #292929. Windows color (decimal): -16630987 or 3488514. OLE color: 3488514.

HSL color Cylindrical-coordinate representation of color #023B35: hue angle of 173.68º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B35 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB25953-
CMYK0.9700.100.77
HSL173.68º93.44%11.96%-
HSV(B)173.68º96.61%23.14%-
XYZ2.233.43.91-
YUV41.27134.6299.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 59 (23.44% from 255) = 51.75%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=1.75%
G=51.75%
B=46.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259530.9700.100.77173.6893.4411.96
Hex23B35610A4Dae5dc
Octal2736514101211525613514
Binary1011101111010111000010101010011011010111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023B35; }

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

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

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

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

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

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

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

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