#03635A

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

Shades of Mosque #03635A

Tints of Mosque #03635A

Color information

#03635A (or 0x03635A) is unknown color: approx Mosque. HEX triplet: 03, 63 and 5A. RGB value is (3,99,90). Sum of RGB (Red+Green+Blue) = 3+99+90=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #03635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03635A is #FC9CA5. Grayscale: #454545. Windows color (decimal): -16555174 or 5923587. OLE color: 5923587.

HSL color Cylindrical-coordinate representation of color #03635A: hue angle of 174.38º 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 #03635A is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB39990-
CMYK0.9700.090.61
HSL174.38º94.12%20%-
HSV(B)174.38º96.97%38.82%-
XYZ6.349.6811.21-
YUV69.27139.780.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=1.56%
G=51.56%
B=46.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399900.9700.090.61174.3894.1220
Hex3635A61093Dae5e14
Octal31431321410117525613624
Binary111100011101101011000010100111110110101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03635A; }

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

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

<style>
 a { background-color: #03635A; }

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

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

<style>
 span { border-color: #03635A; }

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

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