Html Css Color HEX #03665D Mosque

📋 copy color: '#03665D'

red 3 ◦ green 102 ◦ blue 93

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

Shades of Mosque #03665D

Tints of Mosque #03665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.52%

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

R = 1.52%
G = 51.52%
B = 46.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#03665D (or 0x03665D) is known color: Mosque. HEX triplet: 03, 66 and 5D. RGB value is (3,102,93). Sum of RGB (Red+Green+Blue) = 3+102+93=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #03665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665D is #FC99A2. Grayscale: #474747. Windows color (decimal): -16554403 or 6120963. OLE color: 6120963.

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

Color convert

RGB 3 102 93 -
CMYK 0.97 0 0.09 0.6
HSL 174.55º 0.94% 0.21% -
HSV(B) 174.55º 0.97% 0.4% -
XYZ 6.76 10.31 11.99 -
YUV 71.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 3 102 93 0.97 0 0.09 0.6 174.55 0.94 0.21
Hex 3 66 5D 61 0 9 3C AF 5E 15
Octal 3 146 135 141 0 11 74 257 136 25
Binary 11 1100110 1011101 1100001 0 1001 111100 10101111 1011110 10101

Color Harmonies of #03665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03665D

Black with #03665D

Text Example


Text Example

White with #03665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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