Html Css Color HEX #3E3864 Minsk

📋 copy color: '#3E3864'

red 62 ◦ green 56 ◦ blue 100

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

Shades of Minsk #3E3864

Tints of Minsk #3E3864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 28.44%
G = 25.69%
B = 45.87%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3E3864 (or 0x3E3864) is known color: Minsk. HEX triplet: 3E, 38 and 64. RGB value is (62,56,100). Sum of RGB (Red+Green+Blue) = 62+56+100=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E3864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3864 is #C1C79B. Grayscale: #3E3E3E. Windows color (decimal): -12699548 or 6567998. OLE color: 6567998.

HSL color Cylindrical-coordinate representation of color #3E3864: hue angle of 248.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E3864 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 56 100 -
CMYK 0.38 0.44 0 0.61
HSL 248.18º 0.28% 0.31% -
HSV(B) 248.18º 0.44% 0.39% -
XYZ 5.7 4.77 12.68 -
YUV 62.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 62 56 100 0.38 0.44 0 0.61 248.18 0.28 0.31
Hex 3E 38 64 26 2C 0 3D F8 1C 1F
Octal 76 70 144 46 54 0 75 370 34 37
Binary 111110 111000 1100100 100110 101100 0 111101 11111000 11100 11111

Color Harmonies of #3E3864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3864

Black with #3E3864

Text Example


Text Example

White with #3E3864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,100); }

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

background-color css

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

 a { background-color: rgb(62,56,100); }

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

border-color css

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

 span { border-color: rgb(62,56,100); }

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