#3D78FF

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

Shades of Royal Blue #3D78FF

Tints of Royal Blue #3D78FF

Color information

#3D78FF (or 0x3D78FF) is unknown color: approx Royal Blue. HEX triplet: 3D, 78 and FF. RGB value is (61,120,255). Sum of RGB (Red+Green+Blue) = 61+120+255=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D78FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D78FF is #C28700. Grayscale: #757575. Windows color (decimal): -12748545 or 16742461. OLE color: 16742461.

HSL color Cylindrical-coordinate representation of color #3D78FF: hue angle of 221.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D78FF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB61120255-
CMYK0.760.5300
HSL221.75º100%61.96%-
HSV(B)221.75º76.08%100%-
XYZ26.6921.6597.38-
YUV117.75205.4587.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.99%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 255 (100% from 255) = 58.49%
R=13.99%
G=27.52%
B=58.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal611202550.760.5300221.7510061.96
Hex3D78FF4C3500de643e
Octal75170377114650033614476
Binary111101111100011111111100110011010100110111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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