#4372BD

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

Shades of Steel Blue #4372BD

Tints of Steel Blue #4372BD

Color information

#4372BD (or 0x4372BD) is unknown color: approx Steel Blue. HEX triplet: 43, 72 and BD. RGB value is (67,114,189). Sum of RGB (Red+Green+Blue) = 67+114+189=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #4372BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372BD is #BC8D42. Grayscale: #6C6C6C. Windows color (decimal): -12356931 or 12415555. OLE color: 12415555.

HSL color Cylindrical-coordinate representation of color #4372BD: hue angle of 216.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4372BD is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB67114189-
CMYK0.650.4000.26
HSL216.89º48.03%50.2%-
HSV(B)216.89º64.55%74.12%-
XYZ17.5216.950.48-
YUV108.5173.4398.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.11%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=18.11%
G=30.81%
B=51.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671141890.650.4000.26216.8948.0350.2
Hex4372BD412801Ad93032
Octal103162275101500323316062
Binary1000011111001010111101100000110100001101011011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4372BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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