#03493B

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

Shades of Cyprus #03493B

Tints of Cyprus #03493B

Color information

#03493B (or 0x03493B) is unknown color: approx Cyprus. HEX triplet: 03, 49 and 3B. RGB value is (3,73,59). Sum of RGB (Red+Green+Blue) = 3+73+59=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #03493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03493B is #FCB6C4. Grayscale: #323232. Windows color (decimal): -16561861 or 3885315. OLE color: 3885315.

HSL color Cylindrical-coordinate representation of color #03493B: hue angle of 168º 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 #03493B is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB37359-
CMYK0.9600.190.71
HSL168º92.11%14.9%-
HSV(B)168º95.89%28.63%-
XYZ3.215.14.95-
YUV50.47132.8194.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 73 (28.91% from 255) = 54.07%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=2.22%
G=54.07%
B=43.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373590.9600.190.7116892.1114.9
Hex3493B6001347a85cf
Octal31117314002310725013417
Binary111001001111011110000001001110001111010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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