Html Css Color HEX #03635A Mosque

📋 copy color: '#03635A'

red 3 ◦ green 99 ◦ blue 90

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

Shades of Mosque #03635A

Tints of Mosque #03635A

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 value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#03635A (or 0x03635A) is known color: 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

RGB 3 99 90 -
CMYK 0.97 0 0.09 0.61
HSL 174.38º 0.94% 0.2% -
HSV(B) 174.38º 0.97% 0.39% -
XYZ 6.34 9.68 11.21 -
YUV 69.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 3 99 90 0.97 0 0.09 0.61 174.38 0.94 0.2
Hex 3 63 5A 61 0 9 3D AE 5E 14
Octal 3 143 132 141 0 11 75 256 136 24
Binary 11 1100011 1011010 1100001 0 1001 111101 10101110 1011110 10100

Color Harmonies of #03635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03635A

Black with #03635A

Text Example


Text Example

White with #03635A

Text Example


Text Example

HTML Codes & Css Web 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>