#3D5BF0

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

Shades of Royal Blue #3D5BF0

Tints of Royal Blue #3D5BF0

Color information

#3D5BF0 (or 0x3D5BF0) is unknown color: approx Royal Blue. HEX triplet: 3D, 5B and F0. RGB value is (61,91,240). Sum of RGB (Red+Green+Blue) = 61+91+240=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 240 (94.14% from 255 or 61.22% from 392); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D5BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5BF0 is #C2A40F. Grayscale: #626262. Windows color (decimal): -12755984 or 15751997. OLE color: 15751997.

HSL color Cylindrical-coordinate representation of color #3D5BF0: hue angle of 229.94º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5BF0 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6191240-
CMYK0.750.6200.06
HSL229.94º85.65%59.02%-
HSV(B)229.94º74.58%94.12%-
XYZ21.3914.7784.16-
YUV99.02207.56100.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 240 (94.14% from 255) = 61.22%
R=15.56%
G=23.21%
B=61.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61912400.750.6200.06229.9485.6559.02
Hex3D5BF04B3E06e6563b
Octal75133360113760634612673
Binary11110110110111111000010010111111100110111001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,240); }

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

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

 a { background-color: rgb(61,91,240); }

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

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

 span { border-color: rgb(61,91,240); }

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