#3D78FA

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

Shades of Royal Blue #3D78FA

Tints of Royal Blue #3D78FA

Color information

#3D78FA (or 0x3D78FA) is unknown color: approx Royal Blue. HEX triplet: 3D, 78 and FA. RGB value is (61,120,250). Sum of RGB (Red+Green+Blue) = 61+120+250=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D78FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D78FA is #C28705. Grayscale: #747474. Windows color (decimal): -12748550 or 16414781. OLE color: 16414781.

HSL color Cylindrical-coordinate representation of color #3D78FA: hue angle of 221.27º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D78FA is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61120250-
CMYK0.760.5200.02
HSL221.27º94.97%60.98%-
HSV(B)221.27º75.6%98.04%-
XYZ25.921.3393.19-
YUV117.18202.9587.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.15%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 250 (98.05% from 255) = 58.00%
R=14.15%
G=27.84%
B=58.00%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal611202500.760.5200.02221.2794.9760.98
Hex3D78FA4C3402dd5f3d
Octal75170372114640233513775
Binary1111011111000111110101001100110100010110111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D78FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,250); }

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

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

 a { background-color: rgb(61,120,250); }

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

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

 span { border-color: rgb(61,120,250); }

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