#03635C

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

Shades of Mosque #03635C

Tints of Mosque #03635C

Color information

#03635C (or 0x03635C) is unknown color: approx Mosque. HEX triplet: 03, 63 and 5C. RGB value is (3,99,92). Sum of RGB (Red+Green+Blue) = 3+99+92=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #03635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03635C is #FC9CA3. Grayscale: #454545. Windows color (decimal): -16555172 or 6054659. OLE color: 6054659.

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

Color convert

RGB39992-
CMYK0.9700.070.61
HSL175.62º94.12%20%-
HSV(B)175.62º96.97%38.82%-
XYZ6.439.7211.66-
YUV69.5140.780.57-

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.03%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=1.55%
G=51.03%
B=47.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399920.9700.070.61175.6294.1220
Hex3635C61073Db05e14
Octal3143134141077526013624
Binary11110001110111001100001011111110110110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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