#023335

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

Shades of Cyprus #023335

Tints of Cyprus #023335

Color information

#023335 (or 0x023335) is unknown color: approx Cyprus. HEX triplet: 02, 33 and 35. RGB value is (2,51,53). Sum of RGB (Red+Green+Blue) = 2+51+53=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #023335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023335 is #FDCCCA. Grayscale: #242424. Windows color (decimal): -16633035 or 3486466. OLE color: 3486466.

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

Color convert

RGB25153-
CMYK0.960.0400.79
HSL182.35º92.73%10.78%-
HSV(B)182.35º96.23%20.78%-
XYZ1.852.643.78-
YUV36.58137.27103.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 53 (21.09% from 255) = 50%
R=1.89%
G=48.11%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal251530.960.0400.79182.3592.7310.78
Hex2333560404Fb65db
Octal263651404011726613513
Binary101100111101011100000100010011111011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023335; }

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

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

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

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

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

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

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

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