#036362

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

Shades of Mosque #036362

Tints of Mosque #036362

Color information

#036362 (or 0x036362) is unknown color: approx Mosque. HEX triplet: 03, 63 and 62. RGB value is (3,99,98). Sum of RGB (Red+Green+Blue) = 3+99+98=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #036362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036362 is #FC9C9D. Grayscale: #464646. Windows color (decimal): -16555166 or 6447875. OLE color: 6447875.

HSL color Cylindrical-coordinate representation of color #036362: hue angle of 179.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036362 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB39998-
CMYK0.9700.010.61
HSL179.38º94.12%20%-
HSV(B)179.38º96.97%38.82%-
XYZ6.79.8213.1-
YUV70.18143.780.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=1.5%
G=49.5%
B=49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399980.9700.010.61179.3894.1220
Hex3636261013Db35e14
Octal3143142141017526313624
Binary111100011110001011000010111110110110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036362; }

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

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

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

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

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

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

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

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