#03473A

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

Shades of Cyprus #03473A

Tints of Cyprus #03473A

Color information

#03473A (or 0x03473A) is unknown color: approx Cyprus. HEX triplet: 03, 47 and 3A. RGB value is (3,71,58). Sum of RGB (Red+Green+Blue) = 3+71+58=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #03473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03473A is #FCB8C5. Grayscale: #313131. Windows color (decimal): -16562374 or 3819267. OLE color: 3819267.

HSL color Cylindrical-coordinate representation of color #03473A: hue angle of 168.53º 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 #03473A is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB37158-
CMYK0.9600.180.72
HSL168.53º91.89%14.51%-
HSV(B)168.53º95.77%27.84%-
XYZ3.054.834.77-
YUV49.19132.9795.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=2.27%
G=53.79%
B=43.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371580.9600.180.72168.5391.8914.51
Hex3473A6001248a95cf
Octal31077214002211025113417
Binary111000111111010110000001001010010001010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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