Html Css Color HEX #372F66 Minsk

📋 copy color: '#372F66'

red 55 ◦ green 47 ◦ blue 102

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

Shades of Minsk #372F66

Tints of Minsk #372F66

RGB

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

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

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

R = 26.96%
G = 23.04%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#372F66 (or 0x372F66) is known color: Minsk. HEX triplet: 37, 2F and 66. RGB value is (55,47,102). Sum of RGB (Red+Green+Blue) = 55+47+102=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #372F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F66 is #C8D099. Grayscale: #373737. Windows color (decimal): -13160602 or 6696759. OLE color: 6696759.

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

Color convert

RGB 55 47 102 -
CMYK 0.46 0.54 0 0.6
HSL 248.73º 0.37% 0.29% -
HSV(B) 248.73º 0.54% 0.4% -
XYZ 4.99 3.8 13.04 -
YUV 55.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 55 47 102 0.46 0.54 0 0.6 248.73 0.37 0.29
Hex 37 2F 66 2E 36 0 3C F9 25 1D
Octal 67 57 146 56 66 0 74 371 45 35
Binary 110111 101111 1100110 101110 110110 0 111100 11111001 100101 11101

Color Harmonies of #372F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F66

Black with #372F66

Text Example


Text Example

White with #372F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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