Html Css Color HEX #4031AB Blue Gem

📋 copy color: '#4031AB'

red 64 ◦ green 49 ◦ blue 171

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

Shades of Blue Gem #4031AB

Tints of Blue Gem #4031AB

RGB

 RED value IS 64 (25.39% from 255) = 22.54%

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 22.54%
G = 17.25%
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

#4031AB (or 0x4031AB) is known color: Blue Gem. HEX triplet: 40, 31 and AB. RGB value is (64,49,171). Sum of RGB (Red+Green+Blue) = 64+49+171=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 49 (19.53% from 255 or 17.25% 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 #4031AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4031AB is #BFCE54. Grayscale: #424242. Windows color (decimal): -12570197 or 11219264. OLE color: 11219264.

HSL color Cylindrical-coordinate representation of color #4031AB: hue angle of 247.38º 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 #4031AB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 49 171 -
CMYK 0.63 0.71 0 0.33
HSL 247.38º 0.55% 0.43% -
HSV(B) 247.38º 0.71% 0.67% -
XYZ 10.56 6.23 39.17 -
YUV 67.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 64 49 171 0.63 0.71 0 0.33 247.38 0.55 0.43
Hex 40 31 AB 3F 47 0 21 F7 37 2B
Octal 100 61 253 77 107 0 41 367 67 53
Binary 1000000 110001 10101011 111111 1000111 0 100001 11110111 110111 101011

Color Harmonies of #4031AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4031AB

Black with #4031AB

Text Example


Text Example

White with #4031AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4031AB; }

 p { color: rgb(64,49,171); }

 H1.HeaderClassName
 {
   color: #4031AB;
 }
 .AnyTagClassName
 {
   color: #4031AB;
 }
</style>

background-color css

<style>
 a { background-color: #4031AB; }

 a { background-color: rgb(64,49,171); }

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

border-color css

<style>
 span { border-color: #4031AB; }

 span { border-color: rgb(64,49,171); }

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