#036255

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

Shades of Mosque #036255

Tints of Mosque #036255

Color information

#036255 (or 0x036255) is unknown color: approx Mosque. HEX triplet: 03, 62 and 55. RGB value is (3,98,85). Sum of RGB (Red+Green+Blue) = 3+98+85=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #036255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036255 is #FC9DAA. Grayscale: #444444. Windows color (decimal): -16555435 or 5595651. OLE color: 5595651.

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

Color convert

RGB39885-
CMYK0.9700.130.62
HSL171.79º94.06%19.8%-
HSV(B)171.79º96.94%38.43%-
XYZ6.049.4110.09-
YUV68.11137.5381.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=1.61%
G=52.69%
B=45.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398850.9700.130.62171.7994.0619.8
Hex36255610D3Eac5e14
Octal31421251410157625413624
Binary111100010101010111000010110111111010101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036255; }

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

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

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

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

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

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

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

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