Html Css Color HEX #373066 Minsk

📋 copy color: '#373066'

red 55 ◦ green 48 ◦ blue 102

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

Shades of Minsk #373066

Tints of Minsk #373066

RGB

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

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

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

R = 26.83%
G = 23.41%
B = 49.76%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#373066 (or 0x373066) is known color: Minsk. HEX triplet: 37, 30 and 66. RGB value is (55,48,102). Sum of RGB (Red+Green+Blue) = 55+48+102=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #373066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373066 is #C8CF99. Grayscale: #383838. Windows color (decimal): -13160346 or 6697015. OLE color: 6697015.

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

Color convert

RGB 55 48 102 -
CMYK 0.46 0.53 0 0.6
HSL 247.78º 0.36% 0.29% -
HSV(B) 247.78º 0.53% 0.4% -
XYZ 5.03 3.89 13.06 -
YUV 56.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 55 48 102 0.46 0.53 0 0.6 247.78 0.36 0.29
Hex 37 30 66 2E 35 0 3C F8 24 1D
Octal 67 60 146 56 65 0 74 370 44 35
Binary 110111 110000 1100110 101110 110101 0 111100 11111000 100100 11101

Color Harmonies of #373066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373066

Black with #373066

Text Example


Text Example

White with #373066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373066; }

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

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

background-color css

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

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

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

border-color css

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

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

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