#035A4A

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

Shades of Mosque #035A4A

Tints of Mosque #035A4A

Color information

#035A4A (or 0x035A4A) is unknown color: approx Mosque. HEX triplet: 03, 5A and 4A. RGB value is (3,90,74). Sum of RGB (Red+Green+Blue) = 3+90+74=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #035A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A4A is #FCA5B5. Grayscale: #3E3E3E. Windows color (decimal): -16557494 or 4872707. OLE color: 4872707.

HSL color Cylindrical-coordinate representation of color #035A4A: hue angle of 168.97º degrees, saturation: 0.94, 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 #035A4A is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB39074-
CMYK0.9700.180.65
HSL168.97º93.55%18.24%-
HSV(B)168.97º96.67%35.29%-
XYZ4.937.837.73-
YUV62.16134.6885.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 90 (35.55% from 255) = 53.89%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=1.80%
G=53.89%
B=44.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390740.9700.180.65168.9793.5518.24
Hex35A4A6101241a95e12
Octal313211214102210125113622
Binary11101101010010101100001010010100000110101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,74); }

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

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

 a { background-color: rgb(3,90,74); }

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

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

 span { border-color: rgb(3,90,74); }

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