Html Css Color HEX #035950 Mosque

📋 copy color: '#035950'

red 3 ◦ green 89 ◦ blue 80

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

Shades of Mosque #035950

Tints of Mosque #035950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.74%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 1.74%
G = 51.74%
B = 46.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#035950 (or 0x035950) is known color: Mosque. HEX triplet: 03, 59 and 50. RGB value is (3,89,80). Sum of RGB (Red+Green+Blue) = 3+89+80=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #035950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035950 is #FCA6AF. Grayscale: #3E3E3E. Windows color (decimal): -16557744 or 5265667. OLE color: 5265667.

HSL color Cylindrical-coordinate representation of color #035950: hue angle of 173.72º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035950 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 89 80 -
CMYK 0.97 0 0.10 0.65
HSL 173.72º 0.93% 0.18% -
HSV(B) 173.72º 0.97% 0.35% -
XYZ 5.06 7.74 8.82 -
YUV 62.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 3 89 80 0.97 0 0.10 0.65 173.72 0.93 0.18
Hex 3 59 50 61 0 A 41 AE 5D 12
Octal 3 131 120 141 0 12 101 256 135 22
Binary 11 1011001 1010000 1100001 0 1010 1000001 10101110 1011101 10010

Color Harmonies of #035950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035950

Black with #035950

Text Example


Text Example

White with #035950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035950; }

 p { color: rgb(3,89,80); }

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

background-color css

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

 a { background-color: rgb(3,89,80); }

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

border-color css

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

 span { border-color: rgb(3,89,80); }

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