#036465

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

Shades of Mosque #036465

Tints of Mosque #036465

Color information

#036465 (or 0x036465) is unknown color: approx Mosque. HEX triplet: 03, 64 and 65. RGB value is (3,100,101). Sum of RGB (Red+Green+Blue) = 3+100+101=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #036465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036465 is #FC9B9A. Grayscale: #474747. Windows color (decimal): -16554907 or 6644739. OLE color: 6644739.

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

Color convert

RGB3100101-
CMYK0.970.0100.60
HSL180.61º94.23%20.39%-
HSV(B)180.61º97.03%39.61%-
XYZ6.9410.0713.89-
YUV71.11144.8679.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 100 (39.45% from 255) = 49.02%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=1.47%
G=49.02%
B=49.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31001010.970.0100.60180.6194.2320.39
Hex3646561103Cb55e14
Octal3144145141107426513624
Binary111100100110010111000011011110010110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036465; }

 p { color: rgb(3,100,101); }

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

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

 a { background-color: rgb(3,100,101); }

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

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

 span { border-color: rgb(3,100,101); }

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