Html Css Color HEX #3F32AB Blue Gem

📋 copy color: '#3F32AB'

red 63 ◦ green 50 ◦ blue 171

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

Shades of Blue Gem #3F32AB

Tints of Blue Gem #3F32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 22.18%
G = 17.61%
B = 60.21%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F32AB (or 0x3F32AB) is known color: Blue Gem. HEX triplet: 3F, 32 and AB. RGB value is (63,50,171). Sum of RGB (Red+Green+Blue) = 63+50+171=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F32AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F32AB is #C0CD54. Grayscale: #434343. Windows color (decimal): -12635477 or 11219519. OLE color: 11219519.

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

Color convert

RGB 63 50 171 -
CMYK 0.63 0.71 0 0.33
HSL 246.45º 0.55% 0.43% -
HSV(B) 246.45º 0.71% 0.67% -
XYZ 10.54 6.28 39.18 -
YUV 67.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 63 50 171 0.63 0.71 0 0.33 246.45 0.55 0.43
Hex 3F 32 AB 3F 47 0 21 F6 37 2B
Octal 77 62 253 77 107 0 41 366 67 53
Binary 111111 110010 10101011 111111 1000111 0 100001 11110110 110111 101011

Color Harmonies of #3F32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F32AB

Black with #3F32AB

Text Example


Text Example

White with #3F32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,171); }

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

background-color css

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

 a { background-color: rgb(63,50,171); }

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

border-color css

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

 span { border-color: rgb(63,50,171); }

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