#3B6AEA

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

Shades of Royal Blue #3B6AEA

Tints of Royal Blue #3B6AEA

Color information

#3B6AEA (or 0x3B6AEA) is unknown color: approx Royal Blue. HEX triplet: 3B, 6A and EA. RGB value is (59,106,234). Sum of RGB (Red+Green+Blue) = 59+106+234=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B6AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6AEA is #C49515. Grayscale: #696969. Windows color (decimal): -12883222 or 15362619. OLE color: 15362619.

HSL color Cylindrical-coordinate representation of color #3B6AEA: hue angle of 223.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B6AEA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59106234-
CMYK0.750.5500.08
HSL223.89º80.65%57.45%-
HSV(B)223.89º74.79%91.76%-
XYZ21.8117.1880.01-
YUV106.54199.9394.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.79%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 234 (91.80% from 255) = 58.65%
R=14.79%
G=26.57%
B=58.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal591062340.750.5500.08223.8980.6557.45
Hex3B6AEA4B3708e05139
Octal731523521136701034012171
Binary111011110101011101010100101111011101000111000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,234); }

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

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

 a { background-color: rgb(59,106,234); }

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

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

 span { border-color: rgb(59,106,234); }

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