#3b68e3

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

Shades of Royal Blue #3B68E3

Tints of Royal Blue #3B68E3

Color information

#3B68E3 (or 0x3B68E3) is unknown color: approx Royal Blue. HEX triplet: 3B, 68 and E3. RGB value is (59,104,227). Sum of RGB (Red+Green+Blue) = 59+104+227=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 227 (89.06% from 255 or 58.21% from 390); Max value from RGB is 227 - color contains mainly: blue. Hex color #3B68E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B68E3 is #C4971C. Grayscale: #686868. Windows color (decimal): -12883741 or 14903355. OLE color: 14903355.

HSL color Cylindrical-coordinate representation of color #3B68E3: hue angle of 223.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B68E3 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB59104227-
CMYK0.740.5400.11
HSL223.93º75%56.08%-
HSV(B)223.93º74.01%89.02%-
XYZ20.6216.3874.75-
YUV104.57197.0995.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 227 (89.06% from 255) = 58.21%
R=15.13%
G=26.67%
B=58.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal591042270.740.5400.11223.937556.08
Hex3B68E34A360Be04b38
Octal731503431126601334011370
Binary111011110100011100011100101011011001011111000001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b68e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,227); }

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

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

 a { background-color: rgb(59,104,227); }

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

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

 span { border-color: rgb(59,104,227); }

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