#03584B

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

Shades of Mosque #03584B

Tints of Mosque #03584B

Color information

#03584B (or 0x03584B) is unknown color: approx Mosque. HEX triplet: 03, 58 and 4B. RGB value is (3,88,75). Sum of RGB (Red+Green+Blue) = 3+88+75=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #03584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03584B is #FCA7B4. Grayscale: #3D3D3D. Windows color (decimal): -16558005 or 4937731. OLE color: 4937731.

HSL color Cylindrical-coordinate representation of color #03584B: hue angle of 170.82º 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 #03584B is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB38875-
CMYK0.9700.150.65
HSL170.82º93.41%17.84%-
HSV(B)170.82º96.59%34.51%-
XYZ4.87.517.85-
YUV61.1135.8486.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=1.81%
G=53.01%
B=45.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388750.9700.150.65170.8293.4117.84
Hex3584B610F41ab5d12
Octal313011314101710125313522
Binary1110110001001011110000101111100000110101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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