#033A3A

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

Shades of Cyprus #033A3A

Tints of Cyprus #033A3A

Color information

#033A3A (or 0x033A3A) is unknown color: approx Cyprus. HEX triplet: 03, 3A and 3A. RGB value is (3,58,58). Sum of RGB (Red+Green+Blue) = 3+58+58=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #033A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A3A is #FCC5C5. Grayscale: #292929. Windows color (decimal): -16565702 or 3815939. OLE color: 3815939.

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

Color convert

RGB35858-
CMYK0.95000.77
HSL180º90.16%11.96%-
HSV(B)180º94.83%22.75%-
XYZ2.313.354.53-
YUV41.56137.28100.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 58 (23.05% from 255) = 48.74%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=2.52%
G=48.74%
B=48.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358580.95000.7718090.1611.96
Hex33A3A5F004Db45ac
Octal372721370011526413214
Binary1111101011101010111110010011011011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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