#03565E

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

Shades of Mosque #03565E

Tints of Mosque #03565E

Color information

#03565E (or 0x03565E) is unknown color: approx Mosque. HEX triplet: 03, 56 and 5E. RGB value is (3,86,94). Sum of RGB (Red+Green+Blue) = 3+86+94=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #03565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03565E is #FCA9A1. Grayscale: #3D3D3D. Windows color (decimal): -16558498 or 6182403. OLE color: 6182403.

HSL color Cylindrical-coordinate representation of color #03565E: hue angle of 185.27º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03565E is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB38694-
CMYK0.970.0900.63
HSL185.27º93.81%19.02%-
HSV(B)185.27º96.81%36.86%-
XYZ5.397.4811.75-
YUV62.114685.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=1.64%
G=46.99%
B=51.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal386940.970.0900.63185.2793.8119.02
Hex3565E61903Fb95e13
Octal31261361411107727113623
Binary111010110101111011000011001011111110111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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