#03685A

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

Shades of Mosque #03685A

Tints of Mosque #03685A

Color information

#03685A (or 0x03685A) is unknown color: approx Mosque. HEX triplet: 03, 68 and 5A. RGB value is (3,104,90). Sum of RGB (Red+Green+Blue) = 3+104+90=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #03685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03685A is #FC97A5. Grayscale: #484848. Windows color (decimal): -16553894 or 5924867. OLE color: 5924867.

HSL color Cylindrical-coordinate representation of color #03685A: hue angle of 171.68º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03685A is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB310490-
CMYK0.9700.130.59
HSL171.68º94.39%20.98%-
HSV(B)171.68º97.12%40.78%-
XYZ6.8310.6611.37-
YUV72.2138.0478.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=1.52%
G=52.79%
B=45.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104900.9700.130.59171.6894.3920.98
Hex3685A610D3Bac5e15
Octal31501321410157325413625
Binary111101000101101011000010110111101110101100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03685A; }

 p { color: rgb(3,104,90); }

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

<style>
 a { background-color: #03685A; }

 a { background-color: rgb(3,104,90); }

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

<style>
 span { border-color: #03685A; }

 span { border-color: rgb(3,104,90); }

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