Html Css Color HEX #372B66 Paris M

📋 copy color: '#372B66'

red 55 ◦ green 43 ◦ blue 102

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

Shades of Paris M #372B66

Tints of Paris M #372B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 27.5%
G = 21.5%
B = 51%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#372B66 (or 0x372B66) is known color: Paris M. HEX triplet: 37, 2B and 66. RGB value is (55,43,102). Sum of RGB (Red+Green+Blue) = 55+43+102=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #372B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B66 is #C8D499. Grayscale: #353535. Windows color (decimal): -13161626 or 6695735. OLE color: 6695735.

HSL color Cylindrical-coordinate representation of color #372B66: hue angle of 252.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372B66 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 43 102 -
CMYK 0.46 0.58 0 0.6
HSL 252.2º 0.41% 0.28% -
HSV(B) 252.2º 0.58% 0.4% -
XYZ 4.84 3.5 12.99 -
YUV 53.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 55 43 102 0.46 0.58 0 0.6 252.2 0.41 0.28
Hex 37 2B 66 2E 3A 0 3C FC 29 1C
Octal 67 53 146 56 72 0 74 374 51 34
Binary 110111 101011 1100110 101110 111010 0 111100 11111100 101001 11100

Color Harmonies of #372B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B66

Black with #372B66

Text Example


Text Example

White with #372B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372B66; }

 p { color: rgb(55,43,102); }

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

background-color css

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

 a { background-color: rgb(55,43,102); }

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

border-color css

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

 span { border-color: rgb(55,43,102); }

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