#03665E

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

Shades of Mosque #03665E

Tints of Mosque #03665E

Color information

#03665E (or 0x03665E) is unknown color: approx Mosque. HEX triplet: 03, 66 and 5E. RGB value is (3,102,94). Sum of RGB (Red+Green+Blue) = 3+102+94=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #03665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665E is #FC99A1. Grayscale: #474747. Windows color (decimal): -16554402 or 6186499. OLE color: 6186499.

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

Color convert

RGB310294-
CMYK0.9700.080.6
HSL175.15º94.29%20.59%-
HSV(B)175.15º97.06%40%-
XYZ6.8110.3312.22-
YUV71.49140.779.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=1.51%
G=51.26%
B=47.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102940.9700.080.6175.1594.2920.59
Hex3665E61083Caf5e15
Octal31461361410107425713625
Binary111100110101111011000010100011110010101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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