Html Css Color HEX #373064 Minsk

📋 copy color: '#373064'

red 55 ◦ green 48 ◦ blue 100

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

Shades of Minsk #373064

Tints of Minsk #373064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 27.09%
G = 23.65%
B = 49.26%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373064 (or 0x373064) is known color: Minsk. HEX triplet: 37, 30 and 64. RGB value is (55,48,100). Sum of RGB (Red+Green+Blue) = 55+48+100=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #373064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373064 is #C8CF9B. Grayscale: #373737. Windows color (decimal): -13160348 or 6565943. OLE color: 6565943.

HSL color Cylindrical-coordinate representation of color #373064: hue angle of 248.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373064 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 48 100 -
CMYK 0.45 0.52 0 0.61
HSL 248.08º 0.35% 0.29% -
HSV(B) 248.08º 0.52% 0.39% -
XYZ 4.93 3.85 12.54 -
YUV 56.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 55 48 100 0.45 0.52 0 0.61 248.08 0.35 0.29
Hex 37 30 64 2D 34 0 3D F8 23 1D
Octal 67 60 144 55 64 0 75 370 43 35
Binary 110111 110000 1100100 101101 110100 0 111101 11111000 100011 11101

Color Harmonies of #373064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373064

Black with #373064

Text Example


Text Example

White with #373064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373064; }

 p { color: rgb(55,48,100); }

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

background-color css

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

 a { background-color: rgb(55,48,100); }

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

border-color css

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

 span { border-color: rgb(55,48,100); }

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