Html Css Color HEX #3E306E Minsk

📋 copy color: '#3E306E'

red 62 ◦ green 48 ◦ blue 110

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

Shades of Minsk #3E306E

Tints of Minsk #3E306E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 28.18%
G = 21.82%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E306E (or 0x3E306E) is known color: Minsk. HEX triplet: 3E, 30 and 6E. RGB value is (62,48,110). Sum of RGB (Red+Green+Blue) = 62+48+110=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E306E is #C1CF91. Grayscale: #3B3B3B. Windows color (decimal): -12701586 or 7221310. OLE color: 7221310.

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

Color convert

RGB 62 48 110 -
CMYK 0.44 0.56 0 0.57
HSL 253.55º 0.39% 0.31% -
HSV(B) 253.55º 0.56% 0.43% -
XYZ 5.86 4.26 15.27 -
YUV 59.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 62 48 110 0.44 0.56 0 0.57 253.55 0.39 0.31
Hex 3E 30 6E 2C 38 0 39 FE 27 1F
Octal 76 60 156 54 70 0 71 376 47 37
Binary 111110 110000 1101110 101100 111000 0 111001 11111110 100111 11111

Color Harmonies of #3E306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E306E

Black with #3E306E

Text Example


Text Example

White with #3E306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,110); }

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

background-color css

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

 a { background-color: rgb(62,48,110); }

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

border-color css

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

 span { border-color: rgb(62,48,110); }

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