Html Css Color HEX #3E3278 Minsk

📋 copy color: '#3E3278'

red 62 ◦ green 50 ◦ blue 120

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

Shades of Minsk #3E3278

Tints of Minsk #3E3278

RGB

 RED value IS 62 (24.61% from 255) = 26.72%

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 26.72%
G = 21.55%
B = 51.72%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E3278 (or 0x3E3278) is known color: Minsk. HEX triplet: 3E, 32 and 78. RGB value is (62,50,120). Sum of RGB (Red+Green+Blue) = 62+50+120=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3278 is #C1CD87. Grayscale: #3D3D3D. Windows color (decimal): -12701064 or 7877182. OLE color: 7877182.

HSL color Cylindrical-coordinate representation of color #3E3278: hue angle of 250.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3278 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 50 120 -
CMYK 0.48 0.58 0 0.53
HSL 250.29º 0.41% 0.33% -
HSV(B) 250.29º 0.58% 0.47% -
XYZ 6.52 4.66 18.33 -
YUV 61.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 62 50 120 0.48 0.58 0 0.53 250.29 0.41 0.33
Hex 3E 32 78 30 3A 0 35 FA 29 21
Octal 76 62 170 60 72 0 65 372 51 41
Binary 111110 110010 1111000 110000 111010 0 110101 11111010 101001 100001

Color Harmonies of #3E3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3278

Black with #3E3278

Text Example


Text Example

White with #3E3278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3278; }

 p { color: rgb(62,50,120); }

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

background-color css

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

 a { background-color: rgb(62,50,120); }

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

border-color css

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

 span { border-color: rgb(62,50,120); }

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