Html Css Color HEX #3E36AA Blue Gem

📋 copy color: '#3E36AA'

red 62 ◦ green 54 ◦ blue 170

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

Shades of Blue Gem #3E36AA

Tints of Blue Gem #3E36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 21.68%
G = 18.88%
B = 59.44%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E36AA (or 0x3E36AA) is known color: Blue Gem. HEX triplet: 3E, 36 and AA. RGB value is (62,54,170). Sum of RGB (Red+Green+Blue) = 62+54+170=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E36AA is #C1C955. Grayscale: #454545. Windows color (decimal): -12699990 or 11155006. OLE color: 11155006.

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

Color convert

RGB 62 54 170 -
CMYK 0.64 0.68 0 0.33
HSL 244.14º 0.52% 0.44% -
HSV(B) 244.14º 0.68% 0.67% -
XYZ 10.56 6.56 38.74 -
YUV 69.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 62 54 170 0.64 0.68 0 0.33 244.14 0.52 0.44
Hex 3E 36 AA 40 44 0 21 F4 34 2C
Octal 76 66 252 100 104 0 41 364 64 54
Binary 111110 110110 10101010 1000000 1000100 0 100001 11110100 110100 101100

Color Harmonies of #3E36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E36AA

Black with #3E36AA

Text Example


Text Example

White with #3E36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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