#003339

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

Shades of Cyprus #003339

Tints of Cyprus #003339

Color information

#003339 (or 0x003339) is unknown color: approx Cyprus. HEX triplet: 00, 33 and 39. RGB value is (0,51,57). Sum of RGB (Red+Green+Blue) = 0+51+57=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #003339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003339 is #FFCCC6. Grayscale: #242424. Windows color (decimal): -16764103 or 3748608. OLE color: 3748608.

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

Color convert

RGB05157-
CMYK10.1100.78
HSL186.32º100%11.18%-
HSV(B)186.32º100%22.35%-
XYZ1.922.664.28-
YUV36.43139.6102.01-

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) = 47.22%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=0%
G=47.22%
B=52.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0515710.1100.78186.3210011.18
Hex0333964B04Eba64b
Octal0637114413011627214413
Binary011001111100111001001011010011101011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003339; }

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

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

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

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

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

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

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

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