Html Css Color HEX #03635F Mosque

📋 copy color: '#03635F'

red 3 ◦ green 99 ◦ blue 95

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

Shades of Mosque #03635F

Tints of Mosque #03635F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 1.52%
G = 50.25%
B = 48.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#03635F (or 0x03635F) is known color: Mosque. HEX triplet: 03, 63 and 5F. RGB value is (3,99,95). Sum of RGB (Red+Green+Blue) = 3+99+95=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #03635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03635F is #FC9CA0. Grayscale: #454545. Windows color (decimal): -16555169 or 6251267. OLE color: 6251267.

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

Color convert

RGB 3 99 95 -
CMYK 0.97 0 0.04 0.61
HSL 177.5º 0.94% 0.2% -
HSV(B) 177.5º 0.97% 0.39% -
XYZ 6.56 9.77 12.37 -
YUV 69.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 3 99 95 0.97 0 0.04 0.61 177.5 0.94 0.2
Hex 3 63 5F 61 0 4 3D B2 5E 14
Octal 3 143 137 141 0 4 75 262 136 24
Binary 11 1100011 1011111 1100001 0 100 111101 10110010 1011110 10100

Color Harmonies of #03635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03635F

Black with #03635F

Text Example


Text Example

White with #03635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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