#4384B0

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

Shades of Steel Blue #4384B0

Tints of Steel Blue #4384B0

Color information

#4384B0 (or 0x4384B0) is unknown color: approx Steel Blue. HEX triplet: 43, 84 and B0. RGB value is (67,132,176). Sum of RGB (Red+Green+Blue) = 67+132+176=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #4384B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4384B0 is #BC7B4F. Grayscale: #757575. Windows color (decimal): -12352336 or 11568195. OLE color: 11568195.

HSL color Cylindrical-coordinate representation of color #4384B0: hue angle of 204.22º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4384B0 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB67132176-
CMYK0.620.2500.31
HSL204.22º44.86%47.65%-
HSV(B)204.22º61.93%69.02%-
XYZ18.420.8344.13-
YUV117.58160.9791.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.87%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=17.87%
G=35.2%
B=46.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671321760.620.2500.31204.2244.8647.65
Hex4384B03E1901Fcc2d30
Octal10320426076310373145560
Binary100001110000100101100001111101100101111111001100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4384B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4384B0; }

 p { color: rgb(67,132,176); }

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

<style>
 a { background-color: #4384B0; }

 a { background-color: rgb(67,132,176); }

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

<style>
 span { border-color: #4384B0; }

 span { border-color: rgb(67,132,176); }

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