#417BC3

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

Shades of Steel Blue #417BC3

Tints of Steel Blue #417BC3

Color information

#417BC3 (or 0x417BC3) is unknown color: approx Steel Blue. HEX triplet: 41, 7B and C3. RGB value is (65,123,195). Sum of RGB (Red+Green+Blue) = 65+123+195=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #417BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BC3 is #BE843C. Grayscale: #717171. Windows color (decimal): -12485693 or 12811073. OLE color: 12811073.

HSL color Cylindrical-coordinate representation of color #417BC3: hue angle of 213.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417BC3 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65123195-
CMYK0.670.3700.24
HSL213.23º52%50.98%-
HSV(B)213.23º66.67%76.47%-
XYZ19.1119.2354.33-
YUV113.87173.7893.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 195 (76.56% from 255) = 50.91%
R=16.97%
G=32.11%
B=50.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651231950.670.3700.24213.235250.98
Hex417BC34325018d53433
Octal101173303103450303256463
Binary1000001111101111000011100001110010101100011010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417BC3; }

 p { color: rgb(65,123,195); }

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

<style>
 a { background-color: #417BC3; }

 a { background-color: rgb(65,123,195); }

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

<style>
 span { border-color: #417BC3; }

 span { border-color: rgb(65,123,195); }

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