Html Css Color HEX #372F63 Minsk

📋 copy color: '#372F63'

red 55 ◦ green 47 ◦ blue 99

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

Shades of Minsk #372F63

Tints of Minsk #372F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 27.36%
G = 23.38%
B = 49.25%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#372F63 (or 0x372F63) is known color: Minsk. HEX triplet: 37, 2F and 63. RGB value is (55,47,99). Sum of RGB (Red+Green+Blue) = 55+47+99=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #372F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F63 is #C8D09C. Grayscale: #373737. Windows color (decimal): -13160605 or 6500151. OLE color: 6500151.

HSL color Cylindrical-coordinate representation of color #372F63: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372F63 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 47 99 -
CMYK 0.44 0.53 0 0.61
HSL 249.23º 0.36% 0.29% -
HSV(B) 249.23º 0.53% 0.39% -
XYZ 4.84 3.75 12.27 -
YUV 55.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 55 47 99 0.44 0.53 0 0.61 249.23 0.36 0.29
Hex 37 2F 63 2C 35 0 3D F9 24 1D
Octal 67 57 143 54 65 0 75 371 44 35
Binary 110111 101111 1100011 101100 110101 0 111101 11111001 100100 11101

Color Harmonies of #372F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F63

Black with #372F63

Text Example


Text Example

White with #372F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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