Html Css Color HEX #3E1BAE Blue Gem

📋 copy color: '#3E1BAE'

red 62 ◦ green 27 ◦ blue 174

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

Shades of Blue Gem #3E1BAE

Tints of Blue Gem #3E1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.27%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 23.57%
G = 10.27%
B = 66.16%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E1BAE (or 0x3E1BAE) is known color: Blue Gem. HEX triplet: 3E, 1B and AE. RGB value is (62,27,174). Sum of RGB (Red+Green+Blue) = 62+27+174=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1BAE is #C1E451. Grayscale: #353535. Windows color (decimal): -12706898 or 11410238. OLE color: 11410238.

HSL color Cylindrical-coordinate representation of color #3E1BAE: hue angle of 254.29º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1BAE is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 27 174 -
CMYK 0.64 0.84 0 0.32
HSL 254.29º 0.73% 0.39% -
HSV(B) 254.29º 0.84% 0.68% -
XYZ 10.02 4.86 40.46 -
YUV 54.22 195.6 133.55 -
System Red Green Blue C M Y K H S L
Decimal 62 27 174 0.64 0.84 0 0.32 254.29 0.73 0.39
Hex 3E 1B AE 40 54 0 20 FE 49 27
Octal 76 33 256 100 124 0 40 376 111 47
Binary 111110 11011 10101110 1000000 1010100 0 100000 11111110 1001001 100111

Color Harmonies of #3E1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1BAE

Black with #3E1BAE

Text Example


Text Example

White with #3E1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,27,174); }

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

background-color css

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

 a { background-color: rgb(62,27,174); }

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

border-color css

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

 span { border-color: rgb(62,27,174); }

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