Html Css Color HEX #382874 Minsk

📋 copy color: '#382874'

red 56 ◦ green 40 ◦ blue 116

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

Shades of Minsk #382874

Tints of Minsk #382874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 26.42%
G = 18.87%
B = 54.72%

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

#382874 (or 0x382874) is known color: Minsk. HEX triplet: 38, 28 and 74. RGB value is (56,40,116). Sum of RGB (Red+Green+Blue) = 56+40+116=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #382874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382874 is #C7D78B. Grayscale: #353535. Windows color (decimal): -13096844 or 7612472. OLE color: 7612472.

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

Color convert

RGB 56 40 116 -
CMYK 0.52 0.66 0 0.55
HSL 252.63º 0.49% 0.31% -
HSV(B) 252.63º 0.66% 0.45% -
XYZ 5.54 3.62 16.93 -
YUV 53.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 56 40 116 0.52 0.66 0 0.55 252.63 0.49 0.31
Hex 38 28 74 34 42 0 37 FD 31 1F
Octal 70 50 164 64 102 0 67 375 61 37
Binary 111000 101000 1110100 110100 1000010 0 110111 11111101 110001 11111

Color Harmonies of #382874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382874

Black with #382874

Text Example


Text Example

White with #382874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382874; }

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

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

background-color css

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

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

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

border-color css

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

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

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