#033334

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

Shades of Cyprus #033334

Tints of Cyprus #033334

Color information

#033334 (or 0x033334) is unknown color: approx Cyprus. HEX triplet: 03, 33 and 34. RGB value is (3,51,52). Sum of RGB (Red+Green+Blue) = 3+51+52=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #033334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033334 is #FCCCCB. Grayscale: #242424. Windows color (decimal): -16567500 or 3420931. OLE color: 3420931.

HSL color Cylindrical-coordinate representation of color #033334: hue angle of 181.22º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033334 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35152-
CMYK0.940.0200.80
HSL181.22º89.09%10.78%-
HSV(B)181.22º94.23%20.39%-
XYZ1.842.633.66-
YUV36.76136.6103.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=2.83%
G=48.11%
B=49.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal351520.940.0200.80181.2289.0910.78
Hex333345E2050b559b
Octal363641362012026513113
Binary11110011110100101111010010100001011010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033334; }

 p { color: rgb(3,51,52); }

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

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

 a { background-color: rgb(3,51,52); }

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

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

 span { border-color: rgb(3,51,52); }

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