#03584E

Color #03584E Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #03584E

Tints of Mosque #03584E

Color information

#03584E (or 0x03584E) is unknown color: approx Mosque. HEX triplet: 03, 58 and 4E. RGB value is (3,88,78). Sum of RGB (Red+Green+Blue) = 3+88+78=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #03584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03584E is #FCA7B1. Grayscale: #3D3D3D. Windows color (decimal): -16558002 or 5134339. OLE color: 5134339.

HSL color Cylindrical-coordinate representation of color #03584E: hue angle of 172.94º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03584E is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB38878-
CMYK0.9700.110.65
HSL172.94º93.41%17.84%-
HSV(B)172.94º96.59%34.51%-
XYZ4.97.558.41-
YUV61.44137.3486.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=1.78%
G=52.07%
B=46.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388780.9700.110.65172.9493.4117.84
Hex3584E610B41ad5d12
Octal313011614101310125513522
Binary1110110001001110110000101011100000110101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03584E; }

 p { color: rgb(3,88,78); }

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

<style>
 a { background-color: #03584E; }

 a { background-color: rgb(3,88,78); }

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

<style>
 span { border-color: #03584E; }

 span { border-color: rgb(3,88,78); }

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