Html Css Color HEX #03665F Mosque

📋 copy color: '#03665F'

red 3 ◦ green 102 ◦ blue 95

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

Shades of Mosque #03665F

Tints of Mosque #03665F

RGB

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

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

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

R = 1.5%
G = 51%
B = 47.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#03665F (or 0x03665F) is known color: Mosque. HEX triplet: 03, 66 and 5F. RGB value is (3,102,95). Sum of RGB (Red+Green+Blue) = 3+102+95=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #03665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665F is #FC99A0. Grayscale: #474747. Windows color (decimal): -16554401 or 6252035. OLE color: 6252035.

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

Color convert

RGB 3 102 95 -
CMYK 0.97 0 0.07 0.6
HSL 175.76º 0.94% 0.21% -
HSV(B) 175.76º 0.97% 0.4% -
XYZ 6.85 10.35 12.46 -
YUV 71.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 3 102 95 0.97 0 0.07 0.6 175.76 0.94 0.21
Hex 3 66 5F 61 0 7 3C B0 5E 15
Octal 3 146 137 141 0 7 74 260 136 25
Binary 11 1100110 1011111 1100001 0 111 111100 10110000 1011110 10101

Color Harmonies of #03665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03665F

Black with #03665F

Text Example


Text Example

White with #03665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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