#003236

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

Shades of Cyprus #003236

Tints of Cyprus #003236

Color information

#003236 (or 0x003236) is unknown color: approx Cyprus. HEX triplet: 00, 32 and 36. RGB value is (0,50,54). Sum of RGB (Red+Green+Blue) = 0+50+54=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #003236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003236 is #FFCDC9. Grayscale: #232323. Windows color (decimal): -16764362 or 3551744. OLE color: 3551744.

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

Color convert

RGB05054-
CMYK10.0700.79
HSL184.44º100%10.59%-
HSV(B)184.44º100%21.18%-
XYZ1.812.553.89-
YUV35.51138.44102.67-

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.08%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=0%
G=48.08%
B=51.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0505410.0700.79184.4410010.59
Hex0323664704Fb864b
Octal062661447011727014413
Binary01100101101101100100111010011111011100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003236; }

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

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

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

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

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

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

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

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