Html Css Color HEX #3E30AD Blue Gem

📋 copy color: '#3E30AD'

red 62 ◦ green 48 ◦ blue 173

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

Shades of Blue Gem #3E30AD

Tints of Blue Gem #3E30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 21.91%
G = 16.96%
B = 61.13%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E30AD (or 0x3E30AD) is known color: Blue Gem. HEX triplet: 3E, 30 and AD. RGB value is (62,48,173). Sum of RGB (Red+Green+Blue) = 62+48+173=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E30AD is #C1CF52. Grayscale: #414141. Windows color (decimal): -12701523 or 11350078. OLE color: 11350078.

HSL color Cylindrical-coordinate representation of color #3E30AD: hue angle of 246.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E30AD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 48 173 -
CMYK 0.64 0.72 0 0.32
HSL 246.72º 0.57% 0.43% -
HSV(B) 246.72º 0.72% 0.68% -
XYZ 10.59 6.16 40.17 -
YUV 66.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 62 48 173 0.64 0.72 0 0.32 246.72 0.57 0.43
Hex 3E 30 AD 40 48 0 20 F7 39 2B
Octal 76 60 255 100 110 0 40 367 71 53
Binary 111110 110000 10101101 1000000 1001000 0 100000 11110111 111001 101011

Color Harmonies of #3E30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30AD

Black with #3E30AD

Text Example


Text Example

White with #3E30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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