Html Css Color HEX #03665A Mosque

📋 copy color: '#03665A'

red 3 ◦ green 102 ◦ blue 90

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

Shades of Mosque #03665A

Tints of Mosque #03665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 1.54%
G = 52.31%
B = 46.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#03665A (or 0x03665A) is known color: Mosque. HEX triplet: 03, 66 and 5A. RGB value is (3,102,90). Sum of RGB (Red+Green+Blue) = 3+102+90=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #03665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03665A is #FC99A5. Grayscale: #464646. Windows color (decimal): -16554406 or 5924355. OLE color: 5924355.

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

Color convert

RGB 3 102 90 -
CMYK 0.97 0 0.12 0.6
HSL 172.73º 0.94% 0.21% -
HSV(B) 172.73º 0.97% 0.4% -
XYZ 6.63 10.26 11.3 -
YUV 71.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 3 102 90 0.97 0 0.12 0.6 172.73 0.94 0.21
Hex 3 66 5A 61 0 C 3C AD 5E 15
Octal 3 146 132 141 0 14 74 255 136 25
Binary 11 1100110 1011010 1100001 0 1100 111100 10101101 1011110 10101

Color Harmonies of #03665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03665A

Black with #03665A

Text Example


Text Example

White with #03665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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