#03695E

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

Shades of Mosque #03695E

Tints of Mosque #03695E

Color information

#03695E (or 0x03695E) is unknown color: approx Mosque. HEX triplet: 03, 69 and 5E. RGB value is (3,105,94). Sum of RGB (Red+Green+Blue) = 3+105+94=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #03695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03695E is #FC96A1. Grayscale: #494949. Windows color (decimal): -16553634 or 6187267. OLE color: 6187267.

HSL color Cylindrical-coordinate representation of color #03695E: hue angle of 173.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03695E is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB310594-
CMYK0.9700.100.59
HSL173.53º94.44%21.18%-
HSV(B)173.53º97.14%41.18%-
XYZ7.1110.9312.32-
YUV73.25139.7177.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=1.49%
G=51.98%
B=46.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105940.9700.100.59173.5394.4421.18
Hex3695E610A3Bae5e15
Octal31511361410127325613625
Binary111101001101111011000010101011101110101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03695E; }

 p { color: rgb(3,105,94); }

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

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

 a { background-color: rgb(3,105,94); }

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

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

 span { border-color: rgb(3,105,94); }

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