#453BB0

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

Shades of Blue Gem #453BB0

Tints of Blue Gem #453BB0

Color information

#453BB0 (or 0x453BB0) is unknown color: approx Blue Gem. HEX triplet: 45, 3B and B0. RGB value is (69,59,176). Sum of RGB (Red+Green+Blue) = 69+59+176=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #453BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BB0 is #BAC44F. Grayscale: #4A4A4A. Windows color (decimal): -12239952 or 11549509. OLE color: 11549509.

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

Color convert

RGB6959176-
CMYK0.610.6600.31
HSL245.13º49.79%46.08%-
HSV(B)245.13º66.48%69.02%-
XYZ11.857.5341.9-
YUV75.33184.81123.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 176 (69.14% from 255) = 57.89%
R=22.70%
G=19.41%
B=57.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69591760.610.6600.31245.1349.7946.08
Hex453BB03D4201Ff5322e
Octal10573260751020373656256
Binary100010111101110110000111101100001001111111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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