Html Css Color HEX #036360 Mosque

📋 copy color: '#036360'

red 3 ◦ green 99 ◦ blue 96

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

Shades of Mosque #036360

Tints of Mosque #036360

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #036360: hue angle of 178.12º 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 #036360 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 96 -
CMYK 0.97 0 0.03 0.61
HSL 178.13º 0.94% 0.2% -
HSV(B) 178.13º 0.97% 0.39% -
XYZ 6.61 9.79 12.61 -
YUV 69.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 3 99 96 0.97 0 0.03 0.61 178.13 0.94 0.2
Hex 3 63 60 61 0 3 3D B2 5E 14
Octal 3 143 140 141 0 3 75 262 136 24
Binary 11 1100011 1100000 1100001 0 11 111101 10110010 1011110 10100

Color Harmonies of #036360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036360

Black with #036360

Text Example


Text Example

White with #036360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036360; }

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

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

background-color css

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

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

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

border-color css

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

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

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