Html Css Color HEX #372F68 Minsk

📋 copy color: '#372F68'

red 55 ◦ green 47 ◦ blue 104

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

Shades of Minsk #372F68

Tints of Minsk #372F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 26.7%
G = 22.82%
B = 50.49%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#372F68 (or 0x372F68) is known color: Minsk. HEX triplet: 37, 2F and 68. RGB value is (55,47,104). Sum of RGB (Red+Green+Blue) = 55+47+104=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #372F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F68 is #C8D097. Grayscale: #373737. Windows color (decimal): -13160600 or 6827831. OLE color: 6827831.

HSL color Cylindrical-coordinate representation of color #372F68: hue angle of 248.42º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372F68 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 47 104 -
CMYK 0.47 0.55 0 0.59
HSL 248.42º 0.38% 0.3% -
HSV(B) 248.42º 0.55% 0.41% -
XYZ 5.09 3.84 13.57 -
YUV 55.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 55 47 104 0.47 0.55 0 0.59 248.42 0.38 0.3
Hex 37 2F 68 2F 37 0 3B F8 26 1E
Octal 67 57 150 57 67 0 73 370 46 36
Binary 110111 101111 1101000 101111 110111 0 111011 11111000 100110 11110

Color Harmonies of #372F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F68

Black with #372F68

Text Example


Text Example

White with #372F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,104); }

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

background-color css

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

 a { background-color: rgb(55,47,104); }

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

border-color css

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

 span { border-color: rgb(55,47,104); }

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