Html Css Color HEX #3E3BAC Blue Gem

📋 copy color: '#3E3BAC'

red 62 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #3E3BAC

Tints of Blue Gem #3E3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.14%

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 21.16%
G = 20.14%
B = 58.7%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E3BAC (or 0x3E3BAC) is known color: Blue Gem. HEX triplet: 3E, 3B and AC. RGB value is (62,59,172). Sum of RGB (Red+Green+Blue) = 62+59+172=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3BAC is #C1C453. Grayscale: #484848. Windows color (decimal): -12698708 or 11287358. OLE color: 11287358.

HSL color Cylindrical-coordinate representation of color #3E3BAC: hue angle of 241.59º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3BAC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 59 172 -
CMYK 0.64 0.66 0 0.33
HSL 241.59º 0.49% 0.45% -
HSV(B) 241.59º 0.66% 0.67% -
XYZ 11 7.13 39.83 -
YUV 72.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 62 59 172 0.64 0.66 0 0.33 241.59 0.49 0.45
Hex 3E 3B AC 40 42 0 21 F2 31 2D
Octal 76 73 254 100 102 0 41 362 61 55
Binary 111110 111011 10101100 1000000 1000010 0 100001 11110010 110001 101101

Color Harmonies of #3E3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3BAC

Black with #3E3BAC

Text Example


Text Example

White with #3E3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,172); }

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

background-color css

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

 a { background-color: rgb(62,59,172); }

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

border-color css

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

 span { border-color: rgb(62,59,172); }

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