#37305F

Color #37305F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #37305F

Tints of Paris M #37305F

Color information

#37305F (or 0x37305F) is unknown color: approx Paris M. HEX triplet: 37, 30 and 5F. RGB value is (55,48,95). Sum of RGB (Red+Green+Blue) = 55+48+95=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #37305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37305F is #C8CFA0. Grayscale: #373737. Windows color (decimal): -13160353 or 6238263. OLE color: 6238263.

HSL color Cylindrical-coordinate representation of color #37305F: hue angle of 248.94º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37305F is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB554895-
CMYK0.420.4900.63
HSL248.94º32.87%28.04%-
HSV(B)248.94º49.47%37.25%-
XYZ4.73.7511.3-
YUV55.45150.32127.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=27.78%
G=24.24%
B=47.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5548950.420.4900.63248.9432.8728.04
Hex37305F2A3103Ff9211c
Octal676013752610773714134
Binary110111110000101111110101011000101111111111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37305F; }

 p { color: rgb(55,48,95); }

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

<style>
 a { background-color: #37305F; }

 a { background-color: rgb(55,48,95); }

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

<style>
 span { border-color: #37305F; }

 span { border-color: rgb(55,48,95); }

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