#451EA3

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

Shades of Blue Gem #451EA3

Tints of Blue Gem #451EA3

Color information

#451EA3 (or 0x451EA3) is unknown color: approx Blue Gem. HEX triplet: 45, 1E and A3. RGB value is (69,30,163). Sum of RGB (Red+Green+Blue) = 69+30+163=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #451EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451EA3 is #BAE15C. Grayscale: #383838. Windows color (decimal): -12247389 or 10690117. OLE color: 10690117.

HSL color Cylindrical-coordinate representation of color #451EA3: hue angle of 257.59º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451EA3 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6930163-
CMYK0.580.8200.36
HSL257.59º68.91%37.84%-
HSV(B)257.59º81.6%63.92%-
XYZ9.534.8435.08-
YUV56.82187.92136.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 163 (64.06% from 255) = 62.21%
R=26.34%
G=11.45%
B=62.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69301630.580.8200.36257.5968.9137.84
Hex451EA33A520241024526
Octal105362437212204440210546
Binary10001011111010100011111010101001001001001000000101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451EA3; }

 p { color: rgb(69,30,163); }

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

<style>
 a { background-color: #451EA3; }

 a { background-color: rgb(69,30,163); }

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

<style>
 span { border-color: #451EA3; }

 span { border-color: rgb(69,30,163); }

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