#453FA6

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

Shades of Blue Gem #453FA6

Tints of Blue Gem #453FA6

Color information

#453FA6 (or 0x453FA6) is unknown color: approx Blue Gem. HEX triplet: 45, 3F and A6. RGB value is (69,63,166). Sum of RGB (Red+Green+Blue) = 69+63+166=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #453FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453FA6 is #BAC059. Grayscale: #4C4C4C. Windows color (decimal): -12238938 or 10895173. OLE color: 10895173.

HSL color Cylindrical-coordinate representation of color #453FA6: hue angle of 243.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453FA6 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6963166-
CMYK0.580.6200.35
HSL243.5º44.98%44.9%-
HSV(B)243.5º62.05%65.1%-
XYZ11.117.5736.95-
YUV76.54178.49122.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 166 (65.23% from 255) = 55.70%
R=23.15%
G=21.14%
B=55.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69631660.580.6200.35243.544.9844.9
Hex453FA63A3E023f32d2d
Octal1057724672760433635555
Binary100010111111110100110111010111110010001111110011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,166); }

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

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

 a { background-color: rgb(69,63,166); }

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

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

 span { border-color: rgb(69,63,166); }

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