Html Css Color HEX #03695D Mosque

📋 copy color: '#03695D'

red 3 ◦ green 105 ◦ blue 93

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

Shades of Mosque #03695D

Tints of Mosque #03695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.24%

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

R = 1.49%
G = 52.24%
B = 46.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#03695D (or 0x03695D) is known color: Mosque. HEX triplet: 03, 69 and 5D. RGB value is (3,105,93). Sum of RGB (Red+Green+Blue) = 3+105+93=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #03695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03695D is #FC96A2. Grayscale: #494949. Windows color (decimal): -16553635 or 6121731. OLE color: 6121731.

HSL color Cylindrical-coordinate representation of color #03695D: hue angle of 172.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03695D is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 105 93 -
CMYK 0.97 0 0.11 0.59
HSL 172.94º 0.94% 0.21% -
HSV(B) 172.94º 0.97% 0.41% -
XYZ 7.06 10.91 12.09 -
YUV 73.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 3 105 93 0.97 0 0.11 0.59 172.94 0.94 0.21
Hex 3 69 5D 61 0 B 3B AD 5E 15
Octal 3 151 135 141 0 13 73 255 136 25
Binary 11 1101001 1011101 1100001 0 1011 111011 10101101 1011110 10101

Color Harmonies of #03695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03695D

Black with #03695D

Text Example


Text Example

White with #03695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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