Html Css Color HEX #372962 Paris M

📋 copy color: '#372962'

red 55 ◦ green 41 ◦ blue 98

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

Shades of Paris M #372962

Tints of Paris M #372962

RGB

 RED value IS 55 (21.88% from 255) = 28.35%

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 28.35%
G = 21.13%
B = 50.52%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#372962 (or 0x372962) is known color: Paris M. HEX triplet: 37, 29 and 62. RGB value is (55,41,98). Sum of RGB (Red+Green+Blue) = 55+41+98=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #372962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372962 is #C8D69D. Grayscale: #333333. Windows color (decimal): -13162142 or 6433079. OLE color: 6433079.

HSL color Cylindrical-coordinate representation of color #372962: hue angle of 254.74º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372962 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 41 98 -
CMYK 0.44 0.58 0 0.62
HSL 254.74º 0.41% 0.27% -
HSV(B) 254.74º 0.58% 0.38% -
XYZ 4.57 3.28 11.95 -
YUV 51.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 55 41 98 0.44 0.58 0 0.62 254.74 0.41 0.27
Hex 37 29 62 2C 3A 0 3E FF 29 1B
Octal 67 51 142 54 72 0 76 377 51 33
Binary 110111 101001 1100010 101100 111010 0 111110 11111111 101001 11011

Color Harmonies of #372962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372962

Black with #372962

Text Example


Text Example

White with #372962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372962; }

 p { color: rgb(55,41,98); }

 H1.HeaderClassName
 {
   color: #372962;
 }
 .AnyTagClassName
 {
   color: #372962;
 }
</style>

background-color css

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

 a { background-color: rgb(55,41,98); }

 div.DivClassName
 {
   background-color: #372962;
 }
 .BgClassName
 {
   background-color: #372962;
 }
</style>

border-color css

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

 span { border-color: rgb(55,41,98); }

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