#4372BA

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

Shades of Steel Blue #4372BA

Tints of Steel Blue #4372BA

Color information

#4372BA (or 0x4372BA) is unknown color: approx Steel Blue. HEX triplet: 43, 72 and BA. RGB value is (67,114,186). Sum of RGB (Red+Green+Blue) = 67+114+186=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #4372BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372BA is #BC8D45. Grayscale: #6B6B6B. Windows color (decimal): -12356934 or 12218947. OLE color: 12218947.

HSL color Cylindrical-coordinate representation of color #4372BA: hue angle of 216.3º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4372BA is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB67114186-
CMYK0.640.3900.27
HSL216.3º47.04%49.61%-
HSV(B)216.3º63.98%72.94%-
XYZ17.1916.7748.79-
YUV108.16171.9398.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.26%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=18.26%
G=31.06%
B=50.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671141860.640.3900.27216.347.0449.61
Hex4372BA402701Bd82f32
Octal103162272100470333305762
Binary1000011111001010111010100000010011101101111011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4372BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4372BA; }

 p { color: rgb(67,114,186); }

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

<style>
 a { background-color: #4372BA; }

 a { background-color: rgb(67,114,186); }

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

<style>
 span { border-color: #4372BA; }

 span { border-color: rgb(67,114,186); }

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