#03675C

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

Shades of Mosque #03675C

Tints of Mosque #03675C

Color information

#03675C (or 0x03675C) is unknown color: approx Mosque. HEX triplet: 03, 67 and 5C. RGB value is (3,103,92). Sum of RGB (Red+Green+Blue) = 3+103+92=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #03675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03675C is #FC98A3. Grayscale: #474747. Windows color (decimal): -16554148 or 6055683. OLE color: 6055683.

HSL color Cylindrical-coordinate representation of color #03675C: hue angle of 173.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03675C is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB310392-
CMYK0.9700.110.60
HSL173.4º94.34%20.78%-
HSV(B)173.4º97.09%40.39%-
XYZ6.8210.4911.79-
YUV71.85139.3778.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 103 (40.62% from 255) = 52.02%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=1.52%
G=52.02%
B=46.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103920.9700.110.60173.494.3420.78
Hex3675C610B3Cad5e15
Octal31471341410137425513625
Binary111100111101110011000010101111110010101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03675C; }

 p { color: rgb(3,103,92); }

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

<style>
 a { background-color: #03675C; }

 a { background-color: rgb(3,103,92); }

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

<style>
 span { border-color: #03675C; }

 span { border-color: rgb(3,103,92); }

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