#03635B

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

Shades of Mosque #03635B

Tints of Mosque #03635B

Color information

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

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

Color convert

RGB39991-
CMYK0.9700.080.61
HSL175º94.12%20%-
HSV(B)175º96.97%38.82%-
XYZ6.399.711.43-
YUV69.38140.280.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399910.9700.080.6117594.1220
Hex3635B61083Daf5e14
Octal31431331410107525713624
Binary111100011101101111000010100011110110101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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