#035B4B

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

Shades of Mosque #035B4B

Tints of Mosque #035B4B

Color information

#035B4B (or 0x035B4B) is unknown color: approx Mosque. HEX triplet: 03, 5B and 4B. RGB value is (3,91,75). Sum of RGB (Red+Green+Blue) = 3+91+75=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #035B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B4B is #FCA4B4. Grayscale: #3E3E3E. Windows color (decimal): -16557237 or 4938499. OLE color: 4938499.

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

Color convert

RGB39175-
CMYK0.9700.180.64
HSL169.09º93.62%18.43%-
HSV(B)169.09º96.7%35.69%-
XYZ5.058.017.94-
YUV62.86134.8585.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 91 (35.94% from 255) = 53.85%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=1.78%
G=53.85%
B=44.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391750.9700.180.64169.0993.6218.43
Hex35B4B6101240a95e12
Octal313311314102210025113622
Binary11101101110010111100001010010100000010101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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