#003336

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

Shades of Cyprus #003336

Tints of Cyprus #003336

Color information

#003336 (or 0x003336) is unknown color: approx Cyprus. HEX triplet: 00, 33 and 36. RGB value is (0,51,54). Sum of RGB (Red+Green+Blue) = 0+51+54=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #003336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003336 is #FFCCC9. Grayscale: #242424. Windows color (decimal): -16764106 or 3552000. OLE color: 3552000.

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

Color convert

RGB05154-
CMYK10.0600.79
HSL183.33º100%10.59%-
HSV(B)183.33º100%21.18%-
XYZ1.852.633.9-
YUV36.09138.1102.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=0%
G=48.57%
B=51.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0515410.0600.79183.3310010.59
Hex0333664604Fb764b
Octal063661446011726714413
Binary01100111101101100100110010011111011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003336; }

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

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

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

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

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

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

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

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