Html Css Color HEX #03685E Mosque

📋 copy color: '#03685E'

red 3 ◦ green 104 ◦ blue 94

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

Shades of Mosque #03685E

Tints of Mosque #03685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 1.49%
G = 51.74%
B = 46.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#03685E (or 0x03685E) is known color: Mosque. HEX triplet: 03, 68 and 5E. RGB value is (3,104,94). Sum of RGB (Red+Green+Blue) = 3+104+94=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #03685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03685E is #FC97A1. Grayscale: #484848. Windows color (decimal): -16553890 or 6187011. OLE color: 6187011.

HSL color Cylindrical-coordinate representation of color #03685E: hue angle of 174.06º 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 #03685E is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 94 -
CMYK 0.97 0 0.10 0.59
HSL 174.06º 0.94% 0.21% -
HSV(B) 174.06º 0.97% 0.41% -
XYZ 7.01 10.73 12.29 -
YUV 72.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 3 104 94 0.97 0 0.10 0.59 174.06 0.94 0.21
Hex 3 68 5E 61 0 A 3B AE 5E 15
Octal 3 150 136 141 0 12 73 256 136 25
Binary 11 1101000 1011110 1100001 0 1010 111011 10101110 1011110 10101

Color Harmonies of #03685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03685E

Black with #03685E

Text Example


Text Example

White with #03685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03685E; }

 p { color: rgb(3,104,94); }

 H1.HeaderClassName
 {
   color: #03685E;
 }
 .AnyTagClassName
 {
   color: #03685E;
 }
</style>

background-color css

<style>
 a { background-color: #03685E; }

 a { background-color: rgb(3,104,94); }

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

border-color css

<style>
 span { border-color: #03685E; }

 span { border-color: rgb(3,104,94); }

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