#3B55F0

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

Shades of Royal Blue #3B55F0

Tints of Royal Blue #3B55F0

Color information

#3B55F0 (or 0x3B55F0) is unknown color: approx Royal Blue. HEX triplet: 3B, 55 and F0. RGB value is (59,85,240). Sum of RGB (Red+Green+Blue) = 59+85+240=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B55F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B55F0 is #C4AA0F. Grayscale: #5E5E5E. Windows color (decimal): -12888592 or 15750459. OLE color: 15750459.

HSL color Cylindrical-coordinate representation of color #3B55F0: hue angle of 231.38º 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 #3B55F0 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5985240-
CMYK0.750.6500.06
HSL231.38º85.78%58.63%-
HSV(B)231.38º75.42%94.12%-
XYZ20.7813.7283.99-
YUV94.9209.89102.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.36%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 240 (94.14% from 255) = 62.5%
R=15.36%
G=22.14%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59852400.750.6500.06231.3885.7858.63
Hex3B55F04B4106e7563b
Octal731253601131010634712673
Binary111011101010111110000100101110000010110111001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B55F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,240); }

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

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

 a { background-color: rgb(59,85,240); }

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

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

 span { border-color: rgb(59,85,240); }

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