Html Css Color HEX #37305F Paris M

📋 copy color: '#37305F'

red 55 ◦ green 48 ◦ blue 95

#37305F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #37305F

Tints of Paris M #37305F

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 value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37305F (or 0x37305F) is known color: 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

RGB 55 48 95 -
CMYK 0.42 0.49 0 0.63
HSL 248.94º 0.33% 0.28% -
HSV(B) 248.94º 0.49% 0.37% -
XYZ 4.7 3.75 11.3 -
YUV 55.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 55 48 95 0.42 0.49 0 0.63 248.94 0.33 0.28
Hex 37 30 5F 2A 31 0 3F F9 21 1C
Octal 67 60 137 52 61 0 77 371 41 34
Binary 110111 110000 1011111 101010 110001 0 111111 11111001 100001 11100

Color Harmonies of #37305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37305F

Black with #37305F

Text Example


Text Example

White with #37305F

Text Example


Text Example

HTML Codes & Css Web 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>