#03493F

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

Shades of Cyprus #03493F

Tints of Cyprus #03493F

Color information

#03493F (or 0x03493F) is unknown color: approx Cyprus. HEX triplet: 03, 49 and 3F. RGB value is (3,73,63). Sum of RGB (Red+Green+Blue) = 3+73+63=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #03493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493F is #FCB6C0. Grayscale: #323232. Windows color (decimal): -16561857 or 4147459. OLE color: 4147459.

HSL color Cylindrical-coordinate representation of color #03493F: hue angle of 171.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03493F is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB37363-
CMYK0.9600.140.71
HSL171.43º92.11%14.9%-
HSV(B)171.43º95.89%28.63%-
XYZ3.325.145.52-
YUV50.93134.8193.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 63 (25% from 255) = 45.32%
R=2.16%
G=52.52%
B=45.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373630.9600.140.71171.4392.1114.9
Hex3493F600E47ab5cf
Octal31117714001610725313417
Binary11100100111111111000000111010001111010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03493F; }

 p { color: rgb(3,73,63); }

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

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

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

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

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

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

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