#3668F1

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

Shades of Royal Blue #3668F1

Tints of Royal Blue #3668F1

Color information

#3668F1 (or 0x3668F1) is unknown color: approx Royal Blue. HEX triplet: 36, 68 and F1. RGB value is (54,104,241). Sum of RGB (Red+Green+Blue) = 54+104+241=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #3668F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3668F1 is #C9970E. Grayscale: #686868. Windows color (decimal): -13211407 or 15820854. OLE color: 15820854.

HSL color Cylindrical-coordinate representation of color #3668F1: hue angle of 223.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3668F1 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB54104241-
CMYK0.780.5700.05
HSL223.96º86.98%57.84%-
HSV(B)223.96º77.59%94.51%-
XYZ22.3517.0485.33-
YUV104.67204.9491.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.53%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 241 (94.53% from 255) = 60.40%
R=13.53%
G=26.07%
B=60.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal541042410.780.5700.05223.9686.9857.84
Hex3668F14E3905e0573a
Octal66150361116710534012772
Binary11011011010001111000110011101110010101111000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3668F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3668F1; }

 p { color: rgb(54,104,241); }

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

<style>
 a { background-color: #3668F1; }

 a { background-color: rgb(54,104,241); }

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

<style>
 span { border-color: #3668F1; }

 span { border-color: rgb(54,104,241); }

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