#03564B

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

Shades of Mosque #03564B

Tints of Mosque #03564B

Color information

#03564B (or 0x03564B) is unknown color: approx Mosque. HEX triplet: 03, 56 and 4B. RGB value is (3,86,75). Sum of RGB (Red+Green+Blue) = 3+86+75=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #03564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03564B is #FCA9B4. Grayscale: #3B3B3B. Windows color (decimal): -16558517 or 4937219. OLE color: 4937219.

HSL color Cylindrical-coordinate representation of color #03564B: hue angle of 172.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03564B is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB38675-
CMYK0.9700.130.66
HSL172.05º93.26%17.45%-
HSV(B)172.05º96.51%33.73%-
XYZ4.647.187.8-
YUV59.93136.587.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 86 (33.98% from 255) = 52.44%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=1.83%
G=52.44%
B=45.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386750.9700.130.66172.0593.2617.45
Hex3564B610D42ac5d11
Octal312611314101510225413521
Binary1110101101001011110000101101100001010101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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