Html Css Color HEX #3E37AA Blue Gem

📋 copy color: '#3E37AA'

red 62 ◦ green 55 ◦ blue 170

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

Shades of Blue Gem #3E37AA

Tints of Blue Gem #3E37AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

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

R = 21.6%
G = 19.16%
B = 59.23%

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

#3E37AA (or 0x3E37AA) is known color: Blue Gem. HEX triplet: 3E, 37 and AA. RGB value is (62,55,170). Sum of RGB (Red+Green+Blue) = 62+55+170=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E37AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E37AA is #C1C855. Grayscale: #454545. Windows color (decimal): -12699734 or 11155262. OLE color: 11155262.

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

Color convert

RGB 62 55 170 -
CMYK 0.64 0.68 0 0.33
HSL 243.65º 0.51% 0.44% -
HSV(B) 243.65º 0.68% 0.67% -
XYZ 10.61 6.66 38.76 -
YUV 70.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 62 55 170 0.64 0.68 0 0.33 243.65 0.51 0.44
Hex 3E 37 AA 40 44 0 21 F4 33 2C
Octal 76 67 252 100 104 0 41 364 63 54
Binary 111110 110111 10101010 1000000 1000100 0 100001 11110100 110011 101100

Color Harmonies of #3E37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E37AA

Black with #3E37AA

Text Example


Text Example

White with #3E37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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