#447DB8

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

Shades of Steel Blue #447DB8

Tints of Steel Blue #447DB8

Color information

#447DB8 (or 0x447DB8) is unknown color: approx Steel Blue. HEX triplet: 44, 7D and B8. RGB value is (68,125,184). Sum of RGB (Red+Green+Blue) = 68+125+184=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #447DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DB8 is #BB8247. Grayscale: #727272. Windows color (decimal): -12288584 or 12090692. OLE color: 12090692.

HSL color Cylindrical-coordinate representation of color #447DB8: hue angle of 210.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447DB8 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68125184-
CMYK0.630.3200.28
HSL210.52º46.03%49.41%-
HSV(B)210.52º63.04%72.16%-
XYZ18.3719.3648.12-
YUV114.68167.1294.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=18.04%
G=33.16%
B=48.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681251840.630.3200.28210.5246.0349.41
Hex447DB83F2001Cd32e31
Octal10417527077400343235661
Binary100010011111011011100011111110000001110011010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447DB8; }

 p { color: rgb(68,125,184); }

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

<style>
 a { background-color: #447DB8; }

 a { background-color: rgb(68,125,184); }

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

<style>
 span { border-color: #447DB8; }

 span { border-color: rgb(68,125,184); }

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