#03585D

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

Shades of Mosque #03585D

Tints of Mosque #03585D

Color information

#03585D (or 0x03585D) is unknown color: approx Mosque. HEX triplet: 03, 58 and 5D. RGB value is (3,88,93). Sum of RGB (Red+Green+Blue) = 3+88+93=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #03585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03585D is #FCA7A2. Grayscale: #3F3F3F. Windows color (decimal): -16557987 or 6117379. OLE color: 6117379.

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

Color convert

RGB38893-
CMYK0.970.0500.64
HSL183.33º93.75%18.82%-
HSV(B)183.33º96.77%36.47%-
XYZ5.57.7911.57-
YUV63.16144.8485.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=1.63%
G=47.83%
B=50.54%

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
Decimal388930.970.0500.64183.3393.7518.82
Hex3585D615040b75e13
Octal31301351415010026713623
Binary111011000101110111000011010100000010110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03585D; }

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

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

<style>
 a { background-color: #03585D; }

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

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

<style>
 span { border-color: #03585D; }

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

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