#035E60

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

Shades of Mosque #035E60

Tints of Mosque #035E60

Color information

#035E60 (or 0x035E60) is unknown color: approx Mosque. HEX triplet: 03, 5E and 60. RGB value is (3,94,96). Sum of RGB (Red+Green+Blue) = 3+94+96=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #035E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E60 is #FCA19F. Grayscale: #424242. Windows color (decimal): -16556448 or 6315523. OLE color: 6315523.

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

Color convert

RGB39496-
CMYK0.970.0200.62
HSL181.29º93.94%19.41%-
HSV(B)181.29º96.88%37.65%-
XYZ6.158.8712.45-
YUV67.02144.3582.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 94 (37.11% from 255) = 48.70%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=1.55%
G=48.70%
B=49.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal394960.970.0200.62181.2993.9419.41
Hex35E6061203Eb55e13
Octal3136140141207626513623
Binary1110111101100000110000110011111010110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035E60; }

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

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

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

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

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

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

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

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