#3F74C4

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

Shades of Steel Blue #3F74C4

Tints of Steel Blue #3F74C4

Color information

#3F74C4 (or 0x3F74C4) is unknown color: approx Steel Blue. HEX triplet: 3F, 74 and C4. RGB value is (63,116,196). Sum of RGB (Red+Green+Blue) = 63+116+196=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F74C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74C4 is #C08B3B. Grayscale: #6C6C6C. Windows color (decimal): -12618556 or 12874815. OLE color: 12874815.

HSL color Cylindrical-coordinate representation of color #3F74C4: hue angle of 216.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F74C4 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63116196-
CMYK0.680.4100.23
HSL216.09º52.99%50.78%-
HSV(B)216.09º67.86%76.86%-
XYZ18.2617.5354.65-
YUV109.27176.9495-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 196 (76.95% from 255) = 52.27%
R=16.8%
G=30.93%
B=52.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631161960.680.4100.23216.0952.9950.78
Hex3F74C44429017d83533
Octal77164304104510273306563
Binary111111111010011000100100010010100101011111011000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F74C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F74C4; }

 p { color: rgb(63,116,196); }

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

<style>
 a { background-color: #3F74C4; }

 a { background-color: rgb(63,116,196); }

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

<style>
 span { border-color: #3F74C4; }

 span { border-color: rgb(63,116,196); }

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