#4381BD

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

Shades of Steel Blue #4381BD

Tints of Steel Blue #4381BD

Color information

#4381BD (or 0x4381BD) is unknown color: approx Steel Blue. HEX triplet: 43, 81 and BD. RGB value is (67,129,189). Sum of RGB (Red+Green+Blue) = 67+129+189=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4381BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381BD is #BC7E42. Grayscale: #757575. Windows color (decimal): -12353091 or 12419395. OLE color: 12419395.

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

Color convert

RGB67129189-
CMYK0.650.3200.26
HSL209.51º48.03%50.2%-
HSV(B)209.51º64.55%74.12%-
XYZ19.3520.5751.09-
YUV117.3168.4692.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.40%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=17.40%
G=33.51%
B=49.09%

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
Decimal671291890.650.3200.26209.5148.0350.2
Hex4381BD412001Ad23032
Octal103201275101400323226062
Binary10000111000000110111101100000110000001101011010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4381BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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