Html Css Color HEX #382672 Minsk

📋 copy color: '#382672'

red 56 ◦ green 38 ◦ blue 114

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

Shades of Minsk #382672

Tints of Minsk #382672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.81%

R = 26.92%
G = 18.27%
B = 54.81%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382672 (or 0x382672) is known color: Minsk. HEX triplet: 38, 26 and 72. RGB value is (56,38,114). Sum of RGB (Red+Green+Blue) = 56+38+114=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #382672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382672 is #C7D98D. Grayscale: #333333. Windows color (decimal): -13097358 or 7480888. OLE color: 7480888.

HSL color Cylindrical-coordinate representation of color #382672: hue angle of 254.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382672 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 38 114 -
CMYK 0.51 0.67 0 0.55
HSL 254.21º 0.5% 0.3% -
HSV(B) 254.21º 0.67% 0.45% -
XYZ 5.36 3.44 16.3 -
YUV 52.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 56 38 114 0.51 0.67 0 0.55 254.21 0.5 0.3
Hex 38 26 72 33 43 0 37 FE 32 1E
Octal 70 46 162 63 103 0 67 376 62 36
Binary 111000 100110 1110010 110011 1000011 0 110111 11111110 110010 11110

Color Harmonies of #382672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382672

Black with #382672

Text Example


Text Example

White with #382672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382672; }

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

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

background-color css

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

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

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

border-color css

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

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

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