#03665F

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

Shades of Mosque #03665F

Tints of Mosque #03665F

Color information

#03665F (or 0x03665F) is unknown color: approx Mosque. HEX triplet: 03, 66 and 5F. RGB value is (3,102,95). Sum of RGB (Red+Green+Blue) = 3+102+95=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #03665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665F is #FC99A0. Grayscale: #474747. Windows color (decimal): -16554401 or 6252035. OLE color: 6252035.

HSL color Cylindrical-coordinate representation of color #03665F: hue angle of 175.76º 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 #03665F is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB310295-
CMYK0.9700.070.6
HSL175.76º94.29%20.59%-
HSV(B)175.76º97.06%40%-
XYZ6.8510.3512.46-
YUV71.6141.279.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=1.5%
G=51%
B=47.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102950.9700.070.6175.7694.2920.59
Hex3665F61073Cb05e15
Octal3146137141077426013625
Binary11110011010111111100001011111110010110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03665F; }

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

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

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

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

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

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

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

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