Html Css Color HEX #03665B Mosque

📋 copy color: '#03665B'

red 3 ◦ green 102 ◦ blue 91

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

Shades of Mosque #03665B

Tints of Mosque #03665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.43%

R = 1.53%
G = 52.04%
B = 46.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#03665B (or 0x03665B) is known color: Mosque. HEX triplet: 03, 66 and 5B. RGB value is (3,102,91). Sum of RGB (Red+Green+Blue) = 3+102+91=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #03665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665B is #FC99A4. Grayscale: #474747. Windows color (decimal): -16554405 or 5989891. OLE color: 5989891.

HSL color Cylindrical-coordinate representation of color #03665B: hue angle of 173.33º 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 #03665B is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 91 -
CMYK 0.97 0 0.11 0.6
HSL 173.33º 0.94% 0.21% -
HSV(B) 173.33º 0.97% 0.4% -
XYZ 6.68 10.28 11.53 -
YUV 71.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 3 102 91 0.97 0 0.11 0.6 173.33 0.94 0.21
Hex 3 66 5B 61 0 B 3C AD 5E 15
Octal 3 146 133 141 0 13 74 255 136 25
Binary 11 1100110 1011011 1100001 0 1011 111100 10101101 1011110 10101

Color Harmonies of #03665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03665B

Black with #03665B

Text Example


Text Example

White with #03665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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