#036263

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

Shades of Mosque #036263

Tints of Mosque #036263

Color information

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

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

Color convert

RGB39899-
CMYK0.970.0100.61
HSL180.62º94.12%20%-
HSV(B)180.62º96.97%38.82%-
XYZ6.669.6613.32-
YUV69.71144.5380.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal398990.970.0100.61180.6294.1220
Hex3626361103Db55e14
Octal3142143141107526513624
Binary111100010110001111000011011110110110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036263; }

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

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

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

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

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

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

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

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