Html Css Color HEX #3F32AE Blue Gem

📋 copy color: '#3F32AE'

red 63 ◦ green 50 ◦ blue 174

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

Shades of Blue Gem #3F32AE

Tints of Blue Gem #3F32AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 21.95%
G = 17.42%
B = 60.63%

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

#3F32AE (or 0x3F32AE) is known color: Blue Gem. HEX triplet: 3F, 32 and AE. RGB value is (63,50,174). Sum of RGB (Red+Green+Blue) = 63+50+174=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F32AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F32AE is #C0CD51. Grayscale: #434343. Windows color (decimal): -12635474 or 11416127. OLE color: 11416127.

HSL color Cylindrical-coordinate representation of color #3F32AE: hue angle of 246.29º 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 #3F32AE is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 50 174 -
CMYK 0.64 0.71 0 0.32
HSL 246.29º 0.55% 0.44% -
HSV(B) 246.29º 0.71% 0.68% -
XYZ 10.83 6.39 40.71 -
YUV 68.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 63 50 174 0.64 0.71 0 0.32 246.29 0.55 0.44
Hex 3F 32 AE 40 47 0 20 F6 37 2C
Octal 77 62 256 100 107 0 40 366 67 54
Binary 111111 110010 10101110 1000000 1000111 0 100000 11110110 110111 101100

Color Harmonies of #3F32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F32AE

Black with #3F32AE

Text Example


Text Example

White with #3F32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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