Html Css Color HEX #3E229A Blue Gem

📋 copy color: '#3E229A'

red 62 ◦ green 34 ◦ blue 154

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

Shades of Blue Gem #3E229A

Tints of Blue Gem #3E229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 24.8%
G = 13.6%
B = 61.6%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E229A (or 0x3E229A) is known color: Blue Gem. HEX triplet: 3E, 22 and 9A. RGB value is (62,34,154). Sum of RGB (Red+Green+Blue) = 62+34+154=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E229A is #C1DD65. Grayscale: #373737. Windows color (decimal): -12705126 or 10101310. OLE color: 10101310.

HSL color Cylindrical-coordinate representation of color #3E229A: hue angle of 254º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E229A is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 62 34 154 -
CMYK 0.60 0.78 0 0.40
HSL 254º 0.64% 0.37% -
HSV(B) 254º 0.78% 0.6% -
XYZ 8.39 4.5 31 -
YUV 56.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 62 34 154 0.60 0.78 0 0.40 254 0.64 0.37
Hex 3E 22 9A 3C 4E 0 28 FE 40 25
Octal 76 42 232 74 116 0 50 376 100 45
Binary 111110 100010 10011010 111100 1001110 0 101000 11111110 1000000 100101

Color Harmonies of #3E229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E229A

Black with #3E229A

Text Example


Text Example

White with #3E229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,154); }

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

background-color css

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

 a { background-color: rgb(62,34,154); }

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

border-color css

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

 span { border-color: rgb(62,34,154); }

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