#453BB1

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

Shades of Blue Gem #453BB1

Tints of Blue Gem #453BB1

Color information

#453BB1 (or 0x453BB1) is unknown color: approx Blue Gem. HEX triplet: 45, 3B and B1. RGB value is (69,59,177). Sum of RGB (Red+Green+Blue) = 69+59+177=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #453BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BB1 is #BAC44E. Grayscale: #4A4A4A. Windows color (decimal): -12239951 or 11615045. OLE color: 11615045.

HSL color Cylindrical-coordinate representation of color #453BB1: hue angle of 245.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453BB1 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6959177-
CMYK0.610.6700.31
HSL245.08º50%46.27%-
HSV(B)245.08º66.67%69.41%-
XYZ11.957.5742.43-
YUV75.44185.31123.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 177 (69.53% from 255) = 58.03%
R=22.62%
G=19.34%
B=58.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69591770.610.6700.31245.085046.27
Hex453BB13D4301Ff5322e
Octal10573261751030373656256
Binary100010111101110110001111101100001101111111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453BB1; }

 p { color: rgb(69,59,177); }

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

<style>
 a { background-color: #453BB1; }

 a { background-color: rgb(69,59,177); }

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

<style>
 span { border-color: #453BB1; }

 span { border-color: rgb(69,59,177); }

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