Html Css Color HEX #036355 Mosque

📋 copy color: '#036355'

red 3 ◦ green 99 ◦ blue 85

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

Shades of Mosque #036355

Tints of Mosque #036355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 1.6%
G = 52.94%
B = 45.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#036355 (or 0x036355) is known color: Mosque. HEX triplet: 03, 63 and 55. RGB value is (3,99,85). Sum of RGB (Red+Green+Blue) = 3+99+85=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #036355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036355 is #FC9CAA. Grayscale: #444444. Windows color (decimal): -16555179 or 5595907. OLE color: 5595907.

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

Color convert

RGB 3 99 85 -
CMYK 0.97 0 0.14 0.61
HSL 171.25º 0.94% 0.2% -
HSV(B) 171.25º 0.97% 0.39% -
XYZ 6.14 9.6 10.12 -
YUV 68.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 3 99 85 0.97 0 0.14 0.61 171.25 0.94 0.2
Hex 3 63 55 61 0 E 3D AB 5E 14
Octal 3 143 125 141 0 16 75 253 136 24
Binary 11 1100011 1010101 1100001 0 1110 111101 10101011 1011110 10100

Color Harmonies of #036355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036355

Black with #036355

Text Example


Text Example

White with #036355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036355; }

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

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

background-color css

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

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

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

border-color css

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

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

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