#3A78F1

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

Shades of Royal Blue #3A78F1

Tints of Royal Blue #3A78F1

Color information

#3A78F1 (or 0x3A78F1) is unknown color: approx Royal Blue. HEX triplet: 3A, 78 and F1. RGB value is (58,120,241). Sum of RGB (Red+Green+Blue) = 58+120+241=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A78F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A78F1 is #C5870E. Grayscale: #727272. Windows color (decimal): -12945167 or 15824954. OLE color: 15824954.

HSL color Cylindrical-coordinate representation of color #3A78F1: hue angle of 219.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A78F1 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58120241-
CMYK0.760.5000.05
HSL219.67º86.73%58.63%-
HSV(B)219.67º75.93%94.51%-
XYZ24.3420.6885.93-
YUV115.26198.9687.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.84%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=13.84%
G=28.64%
B=57.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal581202410.760.5000.05219.6786.7358.63
Hex3A78F14C3205dc573b
Octal72170361114620533412773
Binary11101011110001111000110011001100100101110111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A78F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,241); }

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

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

 a { background-color: rgb(58,120,241); }

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

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

 span { border-color: rgb(58,120,241); }

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