Html Css Color HEX #3E35AA Blue Gem

📋 copy color: '#3E35AA'

red 62 ◦ green 53 ◦ blue 170

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

Shades of Blue Gem #3E35AA

Tints of Blue Gem #3E35AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 21.75%
G = 18.6%
B = 59.65%

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

#3E35AA (or 0x3E35AA) is known color: Blue Gem. HEX triplet: 3E, 35 and AA. RGB value is (62,53,170). Sum of RGB (Red+Green+Blue) = 62+53+170=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E35AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E35AA is #C1CA55. Grayscale: #444444. Windows color (decimal): -12700246 or 11154750. OLE color: 11154750.

HSL color Cylindrical-coordinate representation of color #3E35AA: hue angle of 244.62º degrees, saturation: 0.52, 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 #3E35AA is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 53 170 -
CMYK 0.64 0.69 0 0.33
HSL 244.62º 0.52% 0.44% -
HSV(B) 244.62º 0.69% 0.67% -
XYZ 10.52 6.47 38.73 -
YUV 69.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 62 53 170 0.64 0.69 0 0.33 244.62 0.52 0.44
Hex 3E 35 AA 40 45 0 21 F5 34 2C
Octal 76 65 252 100 105 0 41 365 64 54
Binary 111110 110101 10101010 1000000 1000101 0 100001 11110101 110100 101100

Color Harmonies of #3E35AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E35AA

Black with #3E35AA

Text Example


Text Example

White with #3E35AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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