#453BAB

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

Shades of Blue Gem #453BAB

Tints of Blue Gem #453BAB

Color information

#453BAB (or 0x453BAB) is unknown color: approx Blue Gem. HEX triplet: 45, 3B and AB. RGB value is (69,59,171). Sum of RGB (Red+Green+Blue) = 69+59+171=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #453BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BAB is #BAC454. Grayscale: #4A4A4A. Windows color (decimal): -12239957 or 11221829. OLE color: 11221829.

HSL color Cylindrical-coordinate representation of color #453BAB: hue angle of 245.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453BAB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6959171-
CMYK0.600.6500.33
HSL245.36º48.7%45.1%-
HSV(B)245.36º65.5%67.06%-
XYZ11.377.3339.34-
YUV74.76182.31123.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=23.08%
G=19.73%
B=57.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69591710.600.6500.33245.3648.745.1
Hex453BAB3C41021f5312d
Octal10573253741010413656155
Binary1000101111011101010111111001000001010000111110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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