#431EAC

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

Shades of Blue Gem #431EAC

Tints of Blue Gem #431EAC

Color information

#431EAC (or 0x431EAC) is unknown color: approx Blue Gem. HEX triplet: 43, 1E and AC. RGB value is (67,30,172). Sum of RGB (Red+Green+Blue) = 67+30+172=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #431EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAC is #BCE153. Grayscale: #383838. Windows color (decimal): -12378452 or 11279939. OLE color: 11279939.

HSL color Cylindrical-coordinate representation of color #431EAC: hue angle of 255.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431EAC is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6730172-
CMYK0.610.8300.33
HSL255.63º70.3%39.61%-
HSV(B)255.63º82.56%67.45%-
XYZ10.235.139.48-
YUV57.25192.76134.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 172 (67.58% from 255) = 63.94%
R=24.91%
G=11.15%
B=63.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67301720.610.8300.33255.6370.339.61
Hex431EAC3D530211004628
Octal103362547512304140010650
Binary10000111111010101100111101101001101000011000000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431EAC; }

 p { color: rgb(67,30,172); }

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

<style>
 a { background-color: #431EAC; }

 a { background-color: rgb(67,30,172); }

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

<style>
 span { border-color: #431EAC; }

 span { border-color: rgb(67,30,172); }

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