#3B6FD1

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

Shades of Royal Blue #3B6FD1

Tints of Royal Blue #3B6FD1

Color information

#3B6FD1 (or 0x3B6FD1) is unknown color: approx Royal Blue. HEX triplet: 3B, 6F and D1. RGB value is (59,111,209). Sum of RGB (Red+Green+Blue) = 59+111+209=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #3B6FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6FD1 is #C4902E. Grayscale: #6A6A6A. Windows color (decimal): -12881967 or 13725499. OLE color: 13725499.

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

Color convert

RGB59111209-
CMYK0.720.4700.18
HSL219.2º61.98%52.55%-
HSV(B)219.2º71.77%81.96%-
XYZ1916.962.58-
YUV106.62185.7794.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.57%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=15.57%
G=29.29%
B=55.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal591112090.720.4700.18219.261.9852.55
Hex3B6FD1482F012db3e35
Octal73157321110570223337665
Binary111011110111111010001100100010111101001011011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,111,209); }

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

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

 a { background-color: rgb(59,111,209); }

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

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

 span { border-color: rgb(59,111,209); }

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