Html Css Color HEX #3E1BAD Blue Gem

📋 copy color: '#3E1BAD'

red 62 ◦ green 27 ◦ blue 173

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

Shades of Blue Gem #3E1BAD

Tints of Blue Gem #3E1BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 23.66%
G = 10.31%
B = 66.03%

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

#3E1BAD (or 0x3E1BAD) is known color: Blue Gem. HEX triplet: 3E, 1B and AD. RGB value is (62,27,173). Sum of RGB (Red+Green+Blue) = 62+27+173=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E1BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1BAD is #C1E452. Grayscale: #353535. Windows color (decimal): -12706899 or 11344702. OLE color: 11344702.

HSL color Cylindrical-coordinate representation of color #3E1BAD: hue angle of 254.38º 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 #3E1BAD is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 27 173 -
CMYK 0.64 0.84 0 0.32
HSL 254.38º 0.73% 0.39% -
HSV(B) 254.38º 0.84% 0.68% -
XYZ 9.92 4.83 39.94 -
YUV 54.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 62 27 173 0.64 0.84 0 0.32 254.38 0.73 0.39
Hex 3E 1B AD 40 54 0 20 FE 49 27
Octal 76 33 255 100 124 0 40 376 111 47
Binary 111110 11011 10101101 1000000 1010100 0 100000 11111110 1001001 100111

Color Harmonies of #3E1BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1BAD

Black with #3E1BAD

Text Example


Text Example

White with #3E1BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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