#035B5D

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

Shades of Mosque #035B5D

Tints of Mosque #035B5D

Color information

#035B5D (or 0x035B5D) is unknown color: approx Mosque. HEX triplet: 03, 5B and 5D. RGB value is (3,91,93). Sum of RGB (Red+Green+Blue) = 3+91+93=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #035B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B5D is #FCA4A2. Grayscale: #404040. Windows color (decimal): -16557219 or 6118147. OLE color: 6118147.

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

Color convert

RGB39193-
CMYK0.970.0200.64
HSL181.33º93.75%18.82%-
HSV(B)181.33º96.77%36.47%-
XYZ5.758.2911.65-
YUV64.92143.8583.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 91 (35.94% from 255) = 48.66%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=1.60%
G=48.66%
B=49.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391930.970.0200.64181.3393.7518.82
Hex35B5D612040b55e13
Octal31331351412010026513623
Binary11101101110111011100001100100000010110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,91,93); }

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

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

 a { background-color: rgb(3,91,93); }

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

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

 span { border-color: rgb(3,91,93); }

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