#366EFB

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

Shades of Royal Blue #366EFB

Tints of Royal Blue #366EFB

Color information

#366EFB (or 0x366EFB) is unknown color: approx Royal Blue. HEX triplet: 36, 6E and FB. RGB value is (54,110,251). Sum of RGB (Red+Green+Blue) = 54+110+251=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #366EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366EFB is #C99104. Grayscale: #6C6C6C. Windows color (decimal): -13209861 or 16477750. OLE color: 16477750.

HSL color Cylindrical-coordinate representation of color #366EFB: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366EFB is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB54110251-
CMYK0.780.5600.02
HSL222.94º96.1%59.8%-
HSV(B)222.94º78.49%98.43%-
XYZ24.5118.993.62-
YUV109.33207.9588.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.01%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 251 (98.44% from 255) = 60.48%
R=13.01%
G=26.51%
B=60.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal541102510.780.5600.02222.9496.159.8
Hex366EFB4E3802df603c
Octal66156373116700233714074
Binary1101101101110111110111001110111000010110111111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366EFB; }

 p { color: rgb(54,110,251); }

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

<style>
 a { background-color: #366EFB; }

 a { background-color: rgb(54,110,251); }

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

<style>
 span { border-color: #366EFB; }

 span { border-color: rgb(54,110,251); }

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