Html Css Color HEX #036063 Mosque

📋 copy color: '#036063'

red 3 ◦ green 96 ◦ blue 99

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

Shades of Mosque #036063

Tints of Mosque #036063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 99 (39.06% from 255) = 50%

R = 1.52%
G = 48.48%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#036063 (or 0x036063) is known color: Mosque. HEX triplet: 03, 60 and 63. RGB value is (3,96,99). Sum of RGB (Red+Green+Blue) = 3+96+99=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #036063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036063 is #FC9F9C. Grayscale: #444444. Windows color (decimal): -16555933 or 6512643. OLE color: 6512643.

HSL color Cylindrical-coordinate representation of color #036063: hue angle of 181.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036063 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 96 99 -
CMYK 0.97 0.03 0 0.61
HSL 181.88º 0.94% 0.2% -
HSV(B) 181.88º 0.97% 0.39% -
XYZ 6.47 9.29 13.26 -
YUV 68.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 3 96 99 0.97 0.03 0 0.61 181.88 0.94 0.2
Hex 3 60 63 61 3 0 3D B6 5E 14
Octal 3 140 143 141 3 0 75 266 136 24
Binary 11 1100000 1100011 1100001 11 0 111101 10110110 1011110 10100

Color Harmonies of #036063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036063

Black with #036063

Text Example


Text Example

White with #036063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036063; }

 p { color: rgb(3,96,99); }

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

background-color css

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

 a { background-color: rgb(3,96,99); }

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

border-color css

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

 span { border-color: rgb(3,96,99); }

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