Html Css Color HEX #382C68 Minsk

📋 copy color: '#382C68'

red 56 ◦ green 44 ◦ blue 104

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

Shades of Minsk #382C68

Tints of Minsk #382C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 27.45%
G = 21.57%
B = 50.98%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#382C68 (or 0x382C68) is known color: Minsk. HEX triplet: 38, 2C and 68. RGB value is (56,44,104). Sum of RGB (Red+Green+Blue) = 56+44+104=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #382C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C68 is #C7D397. Grayscale: #363636. Windows color (decimal): -13095832 or 6827064. OLE color: 6827064.

HSL color Cylindrical-coordinate representation of color #382C68: hue angle of 252º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #382C68 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 44 104 -
CMYK 0.46 0.58 0 0.59
HSL 252º 0.41% 0.29% -
HSV(B) 252º 0.58% 0.41% -
XYZ 5.03 3.64 13.53 -
YUV 54.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 56 44 104 0.46 0.58 0 0.59 252 0.41 0.29
Hex 38 2C 68 2E 3A 0 3B FC 29 1D
Octal 70 54 150 56 72 0 73 374 51 35
Binary 111000 101100 1101000 101110 111010 0 111011 11111100 101001 11101

Color Harmonies of #382C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C68

Black with #382C68

Text Example


Text Example

White with #382C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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