Html Css Color HEX #382D69 Minsk

📋 copy color: '#382D69'

red 56 ◦ green 45 ◦ blue 105

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

Shades of Minsk #382D69

Tints of Minsk #382D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.84%

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 27.18%
G = 21.84%
B = 50.97%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#382D69 (or 0x382D69) is known color: Minsk. HEX triplet: 38, 2D and 69. RGB value is (56,45,105). Sum of RGB (Red+Green+Blue) = 56+45+105=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #382D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D69 is #C7D296. Grayscale: #363636. Windows color (decimal): -13095575 or 6892856. OLE color: 6892856.

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

Color convert

RGB 56 45 105 -
CMYK 0.47 0.57 0 0.59
HSL 251º 0.4% 0.29% -
HSV(B) 251º 0.57% 0.41% -
XYZ 5.12 3.74 13.82 -
YUV 55.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 56 45 105 0.47 0.57 0 0.59 251 0.4 0.29
Hex 38 2D 69 2F 39 0 3B FB 28 1D
Octal 70 55 151 57 71 0 73 373 50 35
Binary 111000 101101 1101001 101111 111001 0 111011 11111011 101000 11101

Color Harmonies of #382D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D69

Black with #382D69

Text Example


Text Example

White with #382D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,105); }

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

background-color css

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

 a { background-color: rgb(56,45,105); }

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

border-color css

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

 span { border-color: rgb(56,45,105); }

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