#03535B

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

Shades of Mosque #03535B

Tints of Mosque #03535B

Color information

#03535B (or 0x03535B) is unknown color: approx Mosque. HEX triplet: 03, 53 and 5B. RGB value is (3,83,91). Sum of RGB (Red+Green+Blue) = 3+83+91=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #03535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03535B is #FCACA4. Grayscale: #3B3B3B. Windows color (decimal): -16559269 or 5985027. OLE color: 5985027.

HSL color Cylindrical-coordinate representation of color #03535B: hue angle of 185.45º 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 #03535B is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38391-
CMYK0.970.0900.64
HSL185.45º93.62%18.43%-
HSV(B)185.45º96.7%35.69%-
XYZ5.026.9610.98-
YUV59.99145.587.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=1.69%
G=46.89%
B=51.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal383910.970.0900.64185.4593.6218.43
Hex3535B619040b95e12
Octal312313314111010027113622
Binary1110100111011011110000110010100000010111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03535B; }

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

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

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

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

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

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

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

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