#033A35

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

Shades of Cyprus #033A35

Tints of Cyprus #033A35

Color information

#033A35 (or 0x033A35) is unknown color: approx Cyprus. HEX triplet: 03, 3A and 35. RGB value is (3,58,53). Sum of RGB (Red+Green+Blue) = 3+58+53=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #033A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A35 is #FCC5CA. Grayscale: #282828. Windows color (decimal): -16565707 or 3488259. OLE color: 3488259.

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

Color convert

RGB35853-
CMYK0.9500.090.77
HSL174.55º90.16%11.96%-
HSV(B)174.55º94.83%22.75%-
XYZ2.193.33.89-
YUV40.98134.78100.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=2.63%
G=50.88%
B=46.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358530.9500.090.77174.5590.1611.96
Hex33A355F094Daf5ac
Octal3726513701111525713214
Binary1111101011010110111110100110011011010111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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