#035B63

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

Shades of Mosque #035B63

Tints of Mosque #035B63

Color information

#035B63 (or 0x035B63) is unknown color: approx Mosque. HEX triplet: 03, 5B and 63. RGB value is (3,91,99). Sum of RGB (Red+Green+Blue) = 3+91+99=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #035B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B63 is #FCA49C. Grayscale: #414141. Windows color (decimal): -16557213 or 6511363. OLE color: 6511363.

HSL color Cylindrical-coordinate representation of color #035B63: hue angle of 185º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B63 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB39199-
CMYK0.970.0800.61
HSL185º94.12%20%-
HSV(B)185º96.97%38.82%-
XYZ6.038.413.11-
YUV65.6146.8583.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=1.55%
G=47.15%
B=51.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal391990.970.0800.6118594.1220
Hex35B6361803Db95e14
Octal31331431411007527113624
Binary111011011110001111000011000011110110111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,91,99); }

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

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

 a { background-color: rgb(3,91,99); }

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

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

 span { border-color: rgb(3,91,99); }

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