#457DC3

Color #457DC3 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #457DC3

Tints of Steel Blue #457DC3

Color information

#457DC3 (or 0x457DC3) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and C3. RGB value is (69,125,195). Sum of RGB (Red+Green+Blue) = 69+125+195=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #457DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DC3 is #BA823C. Grayscale: #737373. Windows color (decimal): -12223037 or 12811589. OLE color: 12811589.

HSL color Cylindrical-coordinate representation of color #457DC3: hue angle of 213.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457DC3 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69125195-
CMYK0.650.3600.24
HSL213.33º51.22%51.76%-
HSV(B)213.33º64.62%76.47%-
XYZ19.6419.8754.43-
YUV116.24172.4594.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.74%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=17.74%
G=32.13%
B=50.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691251950.650.3600.24213.3351.2251.76
Hex457DC34124018d53334
Octal105175303101440303256364
Binary1000101111110111000011100000110010001100011010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457DC3; }

 p { color: rgb(69,125,195); }

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

<style>
 a { background-color: #457DC3; }

 a { background-color: rgb(69,125,195); }

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

<style>
 span { border-color: #457DC3; }

 span { border-color: rgb(69,125,195); }

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