#033A34

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

Shades of Cyprus #033A34

Tints of Cyprus #033A34

Color information

#033A34 (or 0x033A34) is unknown color: approx Cyprus. HEX triplet: 03, 3A and 34. RGB value is (3,58,52). Sum of RGB (Red+Green+Blue) = 3+58+52=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #033A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A34 is #FCC5CB. Grayscale: #282828. Windows color (decimal): -16565708 or 3422723. OLE color: 3422723.

HSL color Cylindrical-coordinate representation of color #033A34: hue angle of 173.45º 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 #033A34 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB35852-
CMYK0.9500.100.77
HSL173.45º90.16%11.96%-
HSV(B)173.45º94.83%22.75%-
XYZ2.173.293.77-
YUV40.87134.28100.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=2.65%
G=51.33%
B=46.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358520.9500.100.77173.4590.1611.96
Hex33A345F0A4Dad5ac
Octal3726413701211525513214
Binary1111101011010010111110101010011011010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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