#03473C

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

Shades of Cyprus #03473C

Tints of Cyprus #03473C

Color information

#03473C (or 0x03473C) is unknown color: approx Cyprus. HEX triplet: 03, 47 and 3C. RGB value is (3,71,60). Sum of RGB (Red+Green+Blue) = 3+71+60=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #03473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03473C is #FCB8C3. Grayscale: #313131. Windows color (decimal): -16562372 or 3950339. OLE color: 3950339.

HSL color Cylindrical-coordinate representation of color #03473C: hue angle of 170.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03473C is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB37160-
CMYK0.9600.150.72
HSL170.29º91.89%14.51%-
HSV(B)170.29º95.77%27.84%-
XYZ3.114.855.05-
YUV49.41133.9794.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=2.24%
G=52.99%
B=44.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371600.9600.150.72170.2991.8914.51
Hex3473C600F48aa5cf
Octal31077414001711025213417
Binary11100011111110011000000111110010001010101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03473C; }

 p { color: rgb(3,71,60); }

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

<style>
 a { background-color: #03473C; }

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

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

<style>
 span { border-color: #03473C; }

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

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