#3B5BF2

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

Shades of Royal Blue #3B5BF2

Tints of Royal Blue #3B5BF2

Color information

#3B5BF2 (or 0x3B5BF2) is unknown color: approx Royal Blue. HEX triplet: 3B, 5B and F2. RGB value is (59,91,242). Sum of RGB (Red+Green+Blue) = 59+91+242=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #3B5BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5BF2 is #C4A40D. Grayscale: #626262. Windows color (decimal): -12887054 or 15883067. OLE color: 15883067.

HSL color Cylindrical-coordinate representation of color #3B5BF2: hue angle of 229.51º degrees, saturation: 0.88, 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 #3B5BF2 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5991242-
CMYK0.760.6200.05
HSL229.51º87.56%59.02%-
HSV(B)229.51º75.62%94.9%-
XYZ21.5714.8285.73-
YUV98.65208.999.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.05%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 242 (94.92% from 255) = 61.73%
R=15.05%
G=23.21%
B=61.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59912420.760.6200.05229.5187.5659.02
Hex3B5BF24C3E05e6583b
Octal73133362114760534613073
Binary11101110110111111001010011001111100101111001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,91,242); }

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

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

 a { background-color: rgb(59,91,242); }

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

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

 span { border-color: rgb(59,91,242); }

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