Html Css Color HEX #3F32AD Blue Gem

📋 copy color: '#3F32AD'

red 63 ◦ green 50 ◦ blue 173

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

Shades of Blue Gem #3F32AD

Tints of Blue Gem #3F32AD

RGB

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

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

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

R = 22.03%
G = 17.48%
B = 60.49%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F32AD (or 0x3F32AD) is known color: Blue Gem. HEX triplet: 3F, 32 and AD. RGB value is (63,50,173). Sum of RGB (Red+Green+Blue) = 63+50+173=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F32AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F32AD is #C0CD52. Grayscale: #434343. Windows color (decimal): -12635475 or 11350591. OLE color: 11350591.

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

Color convert

RGB 63 50 173 -
CMYK 0.64 0.71 0 0.32
HSL 246.34º 0.55% 0.44% -
HSV(B) 246.34º 0.71% 0.68% -
XYZ 10.73 6.36 40.2 -
YUV 67.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 63 50 173 0.64 0.71 0 0.32 246.34 0.55 0.44
Hex 3F 32 AD 40 47 0 20 F6 37 2C
Octal 77 62 255 100 107 0 40 366 67 54
Binary 111111 110010 10101101 1000000 1000111 0 100000 11110110 110111 101100

Color Harmonies of #3F32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F32AD

Black with #3F32AD

Text Example


Text Example

White with #3F32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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