#4380BD

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

Shades of Steel Blue #4380BD

Tints of Steel Blue #4380BD

Color information

#4380BD (or 0x4380BD) is unknown color: approx Steel Blue. HEX triplet: 43, 80 and BD. RGB value is (67,128,189). Sum of RGB (Red+Green+Blue) = 67+128+189=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #4380BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380BD is #BC7F42. Grayscale: #747474. Windows color (decimal): -12353347 or 12419139. OLE color: 12419139.

HSL color Cylindrical-coordinate representation of color #4380BD: hue angle of 210º 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 #4380BD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB67128189-
CMYK0.650.3200.26
HSL210º48.03%50.2%-
HSV(B)210º64.55%74.12%-
XYZ19.2220.3151.05-
YUV116.72168.7992.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.45%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=17.45%
G=33.33%
B=49.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671281890.650.3200.2621048.0350.2
Hex4380BD412001Ad23032
Octal103200275101400323226062
Binary10000111000000010111101100000110000001101011010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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