Html Css Color HEX #382C66 Minsk

📋 copy color: '#382C66'

red 56 ◦ green 44 ◦ blue 102

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

Shades of Minsk #382C66

Tints of Minsk #382C66

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

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

R = 27.72%
G = 21.78%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#382C66 (or 0x382C66) is known color: Minsk. HEX triplet: 38, 2C and 66. RGB value is (56,44,102). Sum of RGB (Red+Green+Blue) = 56+44+102=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #382C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C66 is #C7D399. Grayscale: #353535. Windows color (decimal): -13095834 or 6695992. OLE color: 6695992.

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

Color convert

RGB 56 44 102 -
CMYK 0.45 0.57 0 0.6
HSL 252.41º 0.4% 0.29% -
HSV(B) 252.41º 0.57% 0.4% -
XYZ 4.93 3.6 13.01 -
YUV 54.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 56 44 102 0.45 0.57 0 0.6 252.41 0.4 0.29
Hex 38 2C 66 2D 39 0 3C FC 28 1D
Octal 70 54 146 55 71 0 74 374 50 35
Binary 111000 101100 1100110 101101 111001 0 111100 11111100 101000 11101

Color Harmonies of #382C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C66

Black with #382C66

Text Example


Text Example

White with #382C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C66; }

 p { color: rgb(56,44,102); }

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

background-color css

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

 a { background-color: rgb(56,44,102); }

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

border-color css

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

 span { border-color: rgb(56,44,102); }

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