Html Css Color HEX #036362 Mosque

📋 copy color: '#036362'

red 3 ◦ green 99 ◦ blue 98

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

Shades of Mosque #036362

Tints of Mosque #036362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 1.5%
G = 49.5%
B = 49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#036362 (or 0x036362) is known color: Mosque. HEX triplet: 03, 63 and 62. RGB value is (3,99,98). Sum of RGB (Red+Green+Blue) = 3+99+98=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #036362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036362 is #FC9C9D. Grayscale: #464646. Windows color (decimal): -16555166 or 6447875. OLE color: 6447875.

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

Color convert

RGB 3 99 98 -
CMYK 0.97 0 0.01 0.61
HSL 179.38º 0.94% 0.2% -
HSV(B) 179.38º 0.97% 0.39% -
XYZ 6.7 9.82 13.1 -
YUV 70.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 3 99 98 0.97 0 0.01 0.61 179.38 0.94 0.2
Hex 3 63 62 61 0 1 3D B3 5E 14
Octal 3 143 142 141 0 1 75 263 136 24
Binary 11 1100011 1100010 1100001 0 1 111101 10110011 1011110 10100

Color Harmonies of #036362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036362

Black with #036362

Text Example


Text Example

White with #036362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036362; }

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

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

background-color css

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

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

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

border-color css

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

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

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