Html Css Color HEX #382670 Minsk

📋 copy color: '#382670'

red 56 ◦ green 38 ◦ blue 112

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

Shades of Minsk #382670

Tints of Minsk #382670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 27.18%
G = 18.45%
B = 54.37%

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

#382670 (or 0x382670) is known color: Minsk. HEX triplet: 38, 26 and 70. RGB value is (56,38,112). Sum of RGB (Red+Green+Blue) = 56+38+112=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #382670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382670 is #C7D98F. Grayscale: #333333. Windows color (decimal): -13097360 or 7349816. OLE color: 7349816.

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

Color convert

RGB 56 38 112 -
CMYK 0.50 0.66 0 0.56
HSL 254.59º 0.49% 0.29% -
HSV(B) 254.59º 0.66% 0.44% -
XYZ 5.25 3.4 15.71 -
YUV 51.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 56 38 112 0.50 0.66 0 0.56 254.59 0.49 0.29
Hex 38 26 70 32 42 0 38 FF 31 1D
Octal 70 46 160 62 102 0 70 377 61 35
Binary 111000 100110 1110000 110010 1000010 0 111000 11111111 110001 11101

Color Harmonies of #382670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382670

Black with #382670

Text Example


Text Example

White with #382670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382670; }

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

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

background-color css

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

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

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

border-color css

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

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

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