Html Css Color HEX #3E309B Blue Gem

📋 copy color: '#3E309B'

red 62 ◦ green 48 ◦ blue 155

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

Shades of Blue Gem #3E309B

Tints of Blue Gem #3E309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 23.4%
G = 18.11%
B = 58.49%

CMYK

 C value IS 0.6

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E309B (or 0x3E309B) is known color: Blue Gem. HEX triplet: 3E, 30 and 9B. RGB value is (62,48,155). Sum of RGB (Red+Green+Blue) = 62+48+155=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E309B is #C1CF64. Grayscale: #3F3F3F. Windows color (decimal): -12701541 or 10170430. OLE color: 10170430.

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

Color convert

RGB 62 48 155 -
CMYK 0.6 0.69 0 0.39
HSL 247.85º 0.53% 0.4% -
HSV(B) 247.85º 0.69% 0.61% -
XYZ 8.96 5.5 31.6 -
YUV 64.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 62 48 155 0.6 0.69 0 0.39 247.85 0.53 0.4
Hex 3E 30 9B 3C 45 0 27 F8 35 28
Octal 76 60 233 74 105 0 47 370 65 50
Binary 111110 110000 10011011 111100 1000101 0 100111 11111000 110101 101000

Color Harmonies of #3E309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E309B

Black with #3E309B

Text Example


Text Example

White with #3E309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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