Html Css Color HEX #3E249B Blue Gem

📋 copy color: '#3E249B'

red 62 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #3E249B

Tints of Blue Gem #3E249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 24.51%
G = 14.23%
B = 61.26%

CMYK

 C value IS 0.6

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E249B (or 0x3E249B) is known color: Blue Gem. HEX triplet: 3E, 24 and 9B. RGB value is (62,36,155). Sum of RGB (Red+Green+Blue) = 62+36+155=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E249B is #C1DB64. Grayscale: #383838. Windows color (decimal): -12704613 or 10167358. OLE color: 10167358.

HSL color Cylindrical-coordinate representation of color #3E249B: hue angle of 253.11º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E249B is Cyan = 0.6, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 36 155 -
CMYK 0.6 0.77 0 0.39
HSL 253.11º 0.62% 0.37% -
HSV(B) 253.11º 0.77% 0.61% -
XYZ 8.53 4.65 31.46 -
YUV 57.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 62 36 155 0.6 0.77 0 0.39 253.11 0.62 0.37
Hex 3E 24 9B 3C 4D 0 27 FD 3E 25
Octal 76 44 233 74 115 0 47 375 76 45
Binary 111110 100100 10011011 111100 1001101 0 100111 11111101 111110 100101

Color Harmonies of #3E249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E249B

Black with #3E249B

Text Example


Text Example

White with #3E249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,36,155); }

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

background-color css

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

 a { background-color: rgb(62,36,155); }

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

border-color css

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

 span { border-color: rgb(62,36,155); }

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