#03473B

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

Shades of Cyprus #03473B

Tints of Cyprus #03473B

Color information

#03473B (or 0x03473B) is unknown color: approx Cyprus. HEX triplet: 03, 47 and 3B. RGB value is (3,71,59). Sum of RGB (Red+Green+Blue) = 3+71+59=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #03473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03473B is #FCB8C4. Grayscale: #313131. Windows color (decimal): -16562373 or 3884803. OLE color: 3884803.

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

Color convert

RGB37159-
CMYK0.9600.170.72
HSL169.41º91.89%14.51%-
HSV(B)169.41º95.77%27.84%-
XYZ3.084.844.91-
YUV49.3133.4794.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=2.26%
G=53.38%
B=44.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371590.9600.170.72169.4191.8914.51
Hex3473B6001148a95cf
Octal31077314002111025113417
Binary111000111111011110000001000110010001010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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