Html Css Color HEX #382774 Minsk

📋 copy color: '#382774'

red 56 ◦ green 39 ◦ blue 116

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

Shades of Minsk #382774

Tints of Minsk #382774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 26.54%
G = 18.48%
B = 54.98%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382774 (or 0x382774) is known color: Minsk. HEX triplet: 38, 27 and 74. RGB value is (56,39,116). Sum of RGB (Red+Green+Blue) = 56+39+116=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #382774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382774 is #C7D88B. Grayscale: #343434. Windows color (decimal): -13097100 or 7612216. OLE color: 7612216.

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

Color convert

RGB 56 39 116 -
CMYK 0.52 0.66 0 0.55
HSL 253.25º 0.5% 0.3% -
HSV(B) 253.25º 0.66% 0.45% -
XYZ 5.51 3.55 16.92 -
YUV 52.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 56 39 116 0.52 0.66 0 0.55 253.25 0.5 0.3
Hex 38 27 74 34 42 0 37 FD 32 1E
Octal 70 47 164 64 102 0 67 375 62 36
Binary 111000 100111 1110100 110100 1000010 0 110111 11111101 110010 11110

Color Harmonies of #382774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382774

Black with #382774

Text Example


Text Example

White with #382774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382774; }

 p { color: rgb(56,39,116); }

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

background-color css

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

 a { background-color: rgb(56,39,116); }

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

border-color css

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

 span { border-color: rgb(56,39,116); }

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