Html Css Color HEX #03635D Mosque

📋 copy color: '#03635D'

red 3 ◦ green 99 ◦ blue 93

#03635D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #03635D

Tints of Mosque #03635D

RGB

 RED value IS 3 (1.56% from 255) = 1.54%

 GREEN value IS 99 (39.06% from 255) = 50.77%

 BLUE value IS 93 (36.72% from 255) = 47.69%

R = 1.54%
G = 50.77%
B = 47.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#03635D (or 0x03635D) is known color: Mosque. HEX triplet: 03, 63 and 5D. RGB value is (3,99,93). Sum of RGB (Red+Green+Blue) = 3+99+93=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #03635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03635D is #FC9CA2. Grayscale: #454545. Windows color (decimal): -16555171 or 6120195. OLE color: 6120195.

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

Color convert

RGB 3 99 93 -
CMYK 0.97 0 0.06 0.61
HSL 176.25º 0.94% 0.2% -
HSV(B) 176.25º 0.97% 0.39% -
XYZ 6.48 9.73 11.89 -
YUV 69.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 3 99 93 0.97 0 0.06 0.61 176.25 0.94 0.2
Hex 3 63 5D 61 0 6 3D B0 5E 14
Octal 3 143 135 141 0 6 75 260 136 24
Binary 11 1100011 1011101 1100001 0 110 111101 10110000 1011110 10100

Color Harmonies of #03635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03635D

Black with #03635D

Text Example


Text Example

White with #03635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03635D;
 }
 .AnyTagClassName
 {
   color: #03635D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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