#036662

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

Shades of Mosque #036662

Tints of Mosque #036662

Color information

#036662 (or 0x036662) is unknown color: approx Mosque. HEX triplet: 03, 66 and 62. RGB value is (3,102,98). Sum of RGB (Red+Green+Blue) = 3+102+98=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #036662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036662 is #FC999D. Grayscale: #474747. Windows color (decimal): -16554398 or 6448643. OLE color: 6448643.

HSL color Cylindrical-coordinate representation of color #036662: hue angle of 177.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036662 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB310298-
CMYK0.9700.040.6
HSL177.58º94.29%20.59%-
HSV(B)177.58º97.06%40%-
XYZ6.9910.413.19-
YUV71.94142.778.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=1.48%
G=50.25%
B=48.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102980.9700.040.6177.5894.2920.59
Hex3666261043Cb25e15
Octal3146142141047426213625
Binary11110011011000101100001010011110010110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036662; }

 p { color: rgb(3,102,98); }

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

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

 a { background-color: rgb(3,102,98); }

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

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

 span { border-color: rgb(3,102,98); }

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