Html Css Color HEX #382671 Minsk

📋 copy color: '#382671'

red 56 ◦ green 38 ◦ blue 113

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

Shades of Minsk #382671

Tints of Minsk #382671

RGB

 RED value IS 56 (22.27% from 255) = 27.05%

 GREEN value IS 38 (15.23% from 255) = 18.36%

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 27.05%
G = 18.36%
B = 54.59%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382671 (or 0x382671) is known color: Minsk. HEX triplet: 38, 26 and 71. RGB value is (56,38,113). Sum of RGB (Red+Green+Blue) = 56+38+113=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #382671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382671 is #C7D98E. Grayscale: #333333. Windows color (decimal): -13097359 or 7415352. OLE color: 7415352.

HSL color Cylindrical-coordinate representation of color #382671: hue angle of 254.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382671 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 38 113 -
CMYK 0.50 0.66 0 0.56
HSL 254.4º 0.5% 0.3% -
HSV(B) 254.4º 0.66% 0.44% -
XYZ 5.3 3.42 16 -
YUV 51.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 56 38 113 0.50 0.66 0 0.56 254.4 0.5 0.3
Hex 38 26 71 32 42 0 38 FE 32 1E
Octal 70 46 161 62 102 0 70 376 62 36
Binary 111000 100110 1110001 110010 1000010 0 111000 11111110 110010 11110

Color Harmonies of #382671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382671

Black with #382671

Text Example


Text Example

White with #382671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382671; }

 p { color: rgb(56,38,113); }

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

background-color css

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

 a { background-color: rgb(56,38,113); }

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

border-color css

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

 span { border-color: rgb(56,38,113); }

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