#035F5C

Color #035F5C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #035F5C

Tints of Mosque #035F5C

Color information

#035F5C (or 0x035F5C) is unknown color: approx Mosque. HEX triplet: 03, 5F and 5C. RGB value is (3,95,92). Sum of RGB (Red+Green+Blue) = 3+95+92=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #035F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F5C is #FCA0A3. Grayscale: #434343. Windows color (decimal): -16556196 or 6053635. OLE color: 6053635.

HSL color Cylindrical-coordinate representation of color #035F5C: hue angle of 178.04º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F5C is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB39592-
CMYK0.9700.030.63
HSL178.04º93.88%19.22%-
HSV(B)178.04º96.84%37.25%-
XYZ6.068.9811.54-
YUV67.15142.0282.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 95 (37.5% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=1.58%
G=50%
B=48.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal395920.9700.030.63178.0493.8819.22
Hex35F5C61033Fb25e13
Octal3137134141037726213623
Binary1110111111011100110000101111111110110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F5C; }

 p { color: rgb(3,95,92); }

 H1.HeaderClassName
 {
   color: #035F5C;
 }
 .AnyTagClassName
 {
   color: #035F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(3,95,92); }

 div.DivClassName
 {
   background-color: #035F5C;
 }
 .BgClassName
 {
   background-color: #035F5C;
 }
</style>
border-color css

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

 span { border-color: rgb(3,95,92); }

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