#003235

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

Shades of Cyprus #003235

Tints of Cyprus #003235

Color information

#003235 (or 0x003235) is unknown color: approx Cyprus. HEX triplet: 00, 32 and 35. RGB value is (0,50,53). Sum of RGB (Red+Green+Blue) = 0+50+53=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #003235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003235 is #FFCDCA. Grayscale: #232323. Windows color (decimal): -16764363 or 3486208. OLE color: 3486208.

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

Color convert

RGB05053-
CMYK10.0600.79
HSL183.4º100%10.39%-
HSV(B)183.4º100%20.78%-
XYZ1.782.543.76-
YUV35.39137.94102.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=0%
G=48.54%
B=51.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0505310.0600.79183.410010.39
Hex0323564604Fb764a
Octal062651446011726714412
Binary01100101101011100100110010011111011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003235; }

 p { color: rgb(0,50,53); }

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

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

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

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

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

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

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