#03565B

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

Shades of Mosque #03565B

Tints of Mosque #03565B

Color information

#03565B (or 0x03565B) is unknown color: approx Mosque. HEX triplet: 03, 56 and 5B. RGB value is (3,86,91). Sum of RGB (Red+Green+Blue) = 3+86+91=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #03565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03565B is #FCA9A4. Grayscale: #3D3D3D. Windows color (decimal): -16558501 or 5985795. OLE color: 5985795.

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

Color convert

RGB38691-
CMYK0.970.0500.64
HSL183.41º93.62%18.43%-
HSV(B)183.41º96.7%35.69%-
XYZ5.257.4311.05-
YUV61.75144.586.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=1.67%
G=47.78%
B=50.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal386910.970.0500.64183.4193.6218.43
Hex3565B615040b75e12
Octal31261331415010026713622
Binary111010110101101111000011010100000010110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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