#036858

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

Shades of Mosque #036858

Tints of Mosque #036858

Color information

#036858 (or 0x036858) is unknown color: approx Mosque. HEX triplet: 03, 68 and 58. RGB value is (3,104,88). Sum of RGB (Red+Green+Blue) = 3+104+88=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #036858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036858 is #FC97A7. Grayscale: #474747. Windows color (decimal): -16553896 or 5793795. OLE color: 5793795.

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

Color convert

RGB310488-
CMYK0.9700.150.59
HSL170.5º94.39%20.98%-
HSV(B)170.5º97.12%40.78%-
XYZ6.7510.6210.93-
YUV71.98137.0478.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=1.54%
G=53.33%
B=45.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104880.9700.150.59170.594.3920.98
Hex36858610F3Baa5e15
Octal31501301410177325213625
Binary111101000101100011000010111111101110101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036858; }

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

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

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

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

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

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

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

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