Html Css Color HEX #3F2EAD Blue Gem

📋 copy color: '#3F2EAD'

red 63 ◦ green 46 ◦ blue 173

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

Shades of Blue Gem #3F2EAD

Tints of Blue Gem #3F2EAD

RGB

 RED value IS 63 (25% from 255) = 22.34%

 GREEN value IS 46 (18.36% from 255) = 16.31%

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

R = 22.34%
G = 16.31%
B = 61.35%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F2EAD (or 0x3F2EAD) is known color: Blue Gem. HEX triplet: 3F, 2E and AD. RGB value is (63,46,173). Sum of RGB (Red+Green+Blue) = 63+46+173=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2EAD is #C0D152. Grayscale: #414141. Windows color (decimal): -12636499 or 11349567. OLE color: 11349567.

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

Color convert

RGB 63 46 173 -
CMYK 0.64 0.73 0 0.32
HSL 248.03º 0.58% 0.43% -
HSV(B) 248.03º 0.73% 0.68% -
XYZ 10.57 6.03 40.14 -
YUV 65.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 63 46 173 0.64 0.73 0 0.32 248.03 0.58 0.43
Hex 3F 2E AD 40 49 0 20 F8 3A 2B
Octal 77 56 255 100 111 0 40 370 72 53
Binary 111111 101110 10101101 1000000 1001001 0 100000 11111000 111010 101011

Color Harmonies of #3F2EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2EAD

Black with #3F2EAD

Text Example


Text Example

White with #3F2EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,173); }

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

background-color css

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

 a { background-color: rgb(63,46,173); }

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

border-color css

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

 span { border-color: rgb(63,46,173); }

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