Html Css Color HEX #373065 Minsk

📋 copy color: '#373065'

red 55 ◦ green 48 ◦ blue 101

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

Shades of Minsk #373065

Tints of Minsk #373065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 26.96%
G = 23.53%
B = 49.51%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#373065 (or 0x373065) is known color: Minsk. HEX triplet: 37, 30 and 65. RGB value is (55,48,101). Sum of RGB (Red+Green+Blue) = 55+48+101=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #373065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373065 is #C8CF9A. Grayscale: #373737. Windows color (decimal): -13160347 or 6631479. OLE color: 6631479.

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

Color convert

RGB 55 48 101 -
CMYK 0.46 0.52 0 0.60
HSL 247.92º 0.36% 0.29% -
HSV(B) 247.92º 0.52% 0.4% -
XYZ 4.98 3.87 12.8 -
YUV 56.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 55 48 101 0.46 0.52 0 0.60 247.92 0.36 0.29
Hex 37 30 65 2E 34 0 3C F8 24 1D
Octal 67 60 145 56 64 0 74 370 44 35
Binary 110111 110000 1100101 101110 110100 0 111100 11111000 100100 11101

Color Harmonies of #373065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373065

Black with #373065

Text Example


Text Example

White with #373065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373065; }

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

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

background-color css

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

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

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

border-color css

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

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

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