#4370BF

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

Shades of Steel Blue #4370BF

Tints of Steel Blue #4370BF

Color information

#4370BF (or 0x4370BF) is unknown color: approx Steel Blue. HEX triplet: 43, 70 and BF. RGB value is (67,112,191). Sum of RGB (Red+Green+Blue) = 67+112+191=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #4370BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370BF is #BC8F40. Grayscale: #6B6B6B. Windows color (decimal): -12357441 or 12546115. OLE color: 12546115.

HSL color Cylindrical-coordinate representation of color #4370BF: hue angle of 218.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4370BF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67112191-
CMYK0.650.4100.25
HSL218.23º49.21%50.59%-
HSV(B)218.23º64.92%74.9%-
XYZ17.5116.5451.56-
YUV107.55175.0999.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.11%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 191 (75% from 255) = 51.62%
R=18.11%
G=30.27%
B=51.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671121910.650.4100.25218.2349.2150.59
Hex4370BF4129019da3133
Octal103160277101510313326163
Binary1000011111000010111111100000110100101100111011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4370BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4370BF; }

 p { color: rgb(67,112,191); }

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

<style>
 a { background-color: #4370BF; }

 a { background-color: rgb(67,112,191); }

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

<style>
 span { border-color: #4370BF; }

 span { border-color: rgb(67,112,191); }

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