Html Css Color HEX #3E3A65 Minsk

📋 copy color: '#3E3A65'

red 62 ◦ green 58 ◦ blue 101

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

Shades of Minsk #3E3A65

Tints of Minsk #3E3A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 101 (39.84% from 255) = 45.7%

R = 28.05%
G = 26.24%
B = 45.7%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3E3A65 (or 0x3E3A65) is known color: Minsk. HEX triplet: 3E, 3A and 65. RGB value is (62,58,101). Sum of RGB (Red+Green+Blue) = 62+58+101=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A65 is #C1C59A. Grayscale: #3F3F3F. Windows color (decimal): -12699035 or 6634046. OLE color: 6634046.

HSL color Cylindrical-coordinate representation of color #3E3A65: hue angle of 245.58º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3A65 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 62 58 101 -
CMYK 0.39 0.43 0 0.60
HSL 245.58º 0.27% 0.31% -
HSV(B) 245.58º 0.43% 0.4% -
XYZ 5.85 4.99 12.97 -
YUV 64.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 62 58 101 0.39 0.43 0 0.60 245.58 0.27 0.31
Hex 3E 3A 65 27 2B 0 3C F6 1B 1F
Octal 76 72 145 47 53 0 74 366 33 37
Binary 111110 111010 1100101 100111 101011 0 111100 11110110 11011 11111

Color Harmonies of #3E3A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A65

Black with #3E3A65

Text Example


Text Example

White with #3E3A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,101); }

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

background-color css

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

 a { background-color: rgb(62,58,101); }

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

border-color css

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

 span { border-color: rgb(62,58,101); }

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