#451CA3

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

Shades of Blue Gem #451CA3

Tints of Blue Gem #451CA3

Color information

#451CA3 (or 0x451CA3) is unknown color: approx Blue Gem. HEX triplet: 45, 1C and A3. RGB value is (69,28,163). Sum of RGB (Red+Green+Blue) = 69+28+163=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #451CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451CA3 is #BAE35C. Grayscale: #373737. Windows color (decimal): -12247901 or 10689605. OLE color: 10689605.

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

Color convert

RGB6928163-
CMYK0.580.8300.36
HSL258.22º70.68%37.45%-
HSV(B)258.22º82.82%63.92%-
XYZ9.484.7435.07-
YUV55.65188.58137.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 163 (64.06% from 255) = 62.69%
R=26.54%
G=10.77%
B=62.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69281630.580.8300.36258.2270.6837.45
Hex451CA33A530241024725
Octal105342437212304440210745
Binary10001011110010100011111010101001101001001000000101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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