#453DAF

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

Shades of Blue Gem #453DAF

Tints of Blue Gem #453DAF

Color information

#453DAF (or 0x453DAF) is unknown color: approx Blue Gem. HEX triplet: 45, 3D and AF. RGB value is (69,61,175). Sum of RGB (Red+Green+Blue) = 69+61+175=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #453DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DAF is #BAC250. Grayscale: #4B4B4B. Windows color (decimal): -12239441 or 11484485. OLE color: 11484485.

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

Color convert

RGB6961175-
CMYK0.610.6500.31
HSL244.21º48.31%46.27%-
HSV(B)244.21º65.14%68.63%-
XYZ11.867.741.42-
YUV76.39183.65122.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=22.62%
G=20%
B=57.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69611750.610.6500.31244.2148.3146.27
Hex453DAF3D4101Ff4302e
Octal10575257751010373646056
Binary100010111110110101111111101100000101111111110100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,175); }

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

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

 a { background-color: rgb(69,61,175); }

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

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

 span { border-color: rgb(69,61,175); }

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