Html Css Color HEX #3F2EAC Blue Gem

📋 copy color: '#3F2EAC'

red 63 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #3F2EAC

Tints of Blue Gem #3F2EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 22.42%
G = 16.37%
B = 61.21%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F2EAC (or 0x3F2EAC) is known color: Blue Gem. HEX triplet: 3F, 2E and AC. RGB value is (63,46,172). Sum of RGB (Red+Green+Blue) = 63+46+172=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F2EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2EAC is #C0D153. Grayscale: #404040. Windows color (decimal): -12636500 or 11284031. OLE color: 11284031.

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

Color convert

RGB 63 46 172 -
CMYK 0.63 0.73 0 0.33
HSL 248.1º 0.58% 0.43% -
HSV(B) 248.1º 0.73% 0.67% -
XYZ 10.47 5.99 39.63 -
YUV 65.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 63 46 172 0.63 0.73 0 0.33 248.1 0.58 0.43
Hex 3F 2E AC 3F 49 0 21 F8 3A 2B
Octal 77 56 254 77 111 0 41 370 72 53
Binary 111111 101110 10101100 111111 1001001 0 100001 11111000 111010 101011

Color Harmonies of #3F2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2EAC

Black with #3F2EAC

Text Example


Text Example

White with #3F2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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