#4031B0

Color #4031B0 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4031B0

Tints of Blue Gem #4031B0

Color information

#4031B0 (or 0x4031B0) is unknown color: approx Blue Gem. HEX triplet: 40, 31 and B0. RGB value is (64,49,176). Sum of RGB (Red+Green+Blue) = 64+49+176=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #4031B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4031B0 is #BFCE4F. Grayscale: #434343. Windows color (decimal): -12570192 or 11546944. OLE color: 11546944.

HSL color Cylindrical-coordinate representation of color #4031B0: hue angle of 247.09º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4031B0 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6449176-
CMYK0.640.7200.31
HSL247.09º56.44%44.12%-
HSV(B)247.09º72.16%69.02%-
XYZ11.056.4241.73-
YUV67.96188.97125.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=22.15%
G=16.96%
B=60.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64491760.640.7200.31247.0956.4444.12
Hex4031B0404801Ff7382c
Octal100612601001100373677054
Binary1000000110001101100001000000100100001111111110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4031B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4031B0;
 }
 .AnyTagClassName
 {
   color: #4031B0;
 }
</style>
background-color css

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

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

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

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

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

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