#3B6CF0

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

Shades of Royal Blue #3B6CF0

Tints of Royal Blue #3B6CF0

Color information

#3B6CF0 (or 0x3B6CF0) is unknown color: approx Royal Blue. HEX triplet: 3B, 6C and F0. RGB value is (59,108,240). Sum of RGB (Red+Green+Blue) = 59+108+240=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B6CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6CF0 is #C4930F. Grayscale: #6B6B6B. Windows color (decimal): -12882704 or 15756347. OLE color: 15756347.

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

Color convert

RGB59108240-
CMYK0.750.5500.06
HSL223.76º85.78%58.63%-
HSV(B)223.76º75.42%94.12%-
XYZ22.8917.9584.7-
YUV108.4202.2792.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 240 (94.14% from 255) = 58.97%
R=14.50%
G=26.54%
B=58.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591082400.750.5500.06223.7685.7858.63
Hex3B6CF04B3706e0563b
Octal73154360113670634012673
Binary11101111011001111000010010111101110110111000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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