Html Css Color HEX #036364 Mosque

📋 copy color: '#036364'

red 3 ◦ green 99 ◦ blue 100

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

Shades of Mosque #036364

Tints of Mosque #036364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 1.49%
G = 49.01%
B = 49.5%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#036364 (or 0x036364) is known color: Mosque. HEX triplet: 03, 63 and 64. RGB value is (3,99,100). Sum of RGB (Red+Green+Blue) = 3+99+100=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #036364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036364 is #FC9C9B. Grayscale: #464646. Windows color (decimal): -16555164 or 6578947. OLE color: 6578947.

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

Color convert

RGB 3 99 100 -
CMYK 0.97 0.01 0 0.61
HSL 180.62º 0.94% 0.2% -
HSV(B) 180.62º 0.97% 0.39% -
XYZ 6.8 9.86 13.6 -
YUV 70.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 3 99 100 0.97 0.01 0 0.61 180.62 0.94 0.2
Hex 3 63 64 61 1 0 3D B5 5E 14
Octal 3 143 144 141 1 0 75 265 136 24
Binary 11 1100011 1100100 1100001 1 0 111101 10110101 1011110 10100

Color Harmonies of #036364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036364

Black with #036364

Text Example


Text Example

White with #036364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036364; }

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

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

background-color css

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

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

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

border-color css

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

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

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