Html Css Color HEX #3E35AB Blue Gem

📋 copy color: '#3E35AB'

red 62 ◦ green 53 ◦ blue 171

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

Shades of Blue Gem #3E35AB

Tints of Blue Gem #3E35AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 21.68%
G = 18.53%
B = 59.79%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E35AB (or 0x3E35AB) is known color: Blue Gem. HEX triplet: 3E, 35 and AB. RGB value is (62,53,171). Sum of RGB (Red+Green+Blue) = 62+53+171=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E35AB is #C1CA54. Grayscale: #444444. Windows color (decimal): -12700245 or 11220286. OLE color: 11220286.

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

Color convert

RGB 62 53 171 -
CMYK 0.64 0.69 0 0.33
HSL 244.58º 0.53% 0.44% -
HSV(B) 244.58º 0.69% 0.67% -
XYZ 10.61 6.51 39.23 -
YUV 69.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 62 53 171 0.64 0.69 0 0.33 244.58 0.53 0.44
Hex 3E 35 AB 40 45 0 21 F5 35 2C
Octal 76 65 253 100 105 0 41 365 65 54
Binary 111110 110101 10101011 1000000 1000101 0 100001 11110101 110101 101100

Color Harmonies of #3E35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E35AB

Black with #3E35AB

Text Example


Text Example

White with #3E35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,53,171); }

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

background-color css

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

 a { background-color: rgb(62,53,171); }

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

border-color css

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

 span { border-color: rgb(62,53,171); }

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