#033A36

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

Shades of Cyprus #033A36

Tints of Cyprus #033A36

Color information

#033A36 (or 0x033A36) is unknown color: approx Cyprus. HEX triplet: 03, 3A and 36. RGB value is (3,58,54). Sum of RGB (Red+Green+Blue) = 3+58+54=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #033A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A36 is #FCC5C9. Grayscale: #292929. Windows color (decimal): -16565706 or 3553795. OLE color: 3553795.

HSL color Cylindrical-coordinate representation of color #033A36: hue angle of 175.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A36 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB35854-
CMYK0.9500.070.77
HSL175.64º90.16%11.96%-
HSV(B)175.64º94.83%22.75%-
XYZ2.223.314.01-
YUV41.1135.28100.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=2.61%
G=50.43%
B=46.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358540.9500.070.77175.6490.1611.96
Hex33A365F074Db05ac
Octal372661370711526013214
Binary111110101101101011111011110011011011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033A36; }

 p { color: rgb(3,58,54); }

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

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

 a { background-color: rgb(3,58,54); }

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

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

 span { border-color: rgb(3,58,54); }

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