Html Css Color HEX #372E68 Minsk

📋 copy color: '#372E68'

red 55 ◦ green 46 ◦ blue 104

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

Shades of Minsk #372E68

Tints of Minsk #372E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

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

R = 26.83%
G = 22.44%
B = 50.73%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#372E68 (or 0x372E68) is known color: Minsk. HEX triplet: 37, 2E and 68. RGB value is (55,46,104). Sum of RGB (Red+Green+Blue) = 55+46+104=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #372E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E68 is #C8D197. Grayscale: #373737. Windows color (decimal): -13160856 or 6827575. OLE color: 6827575.

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

Color convert

RGB 55 46 104 -
CMYK 0.47 0.56 0 0.59
HSL 249.31º 0.39% 0.29% -
HSV(B) 249.31º 0.56% 0.41% -
XYZ 5.05 3.77 13.56 -
YUV 55.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 55 46 104 0.47 0.56 0 0.59 249.31 0.39 0.29
Hex 37 2E 68 2F 38 0 3B F9 27 1D
Octal 67 56 150 57 70 0 73 371 47 35
Binary 110111 101110 1101000 101111 111000 0 111011 11111001 100111 11101

Color Harmonies of #372E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E68

Black with #372E68

Text Example


Text Example

White with #372E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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