#366CCF

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

Shades of Royal Blue #366CCF

Tints of Royal Blue #366CCF

Color information

#366CCF (or 0x366CCF) is unknown color: approx Royal Blue. HEX triplet: 36, 6C and CF. RGB value is (54,108,207). Sum of RGB (Red+Green+Blue) = 54+108+207=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #366CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CCF is #C99330. Grayscale: #666666. Windows color (decimal): -13210417 or 13593654. OLE color: 13593654.

HSL color Cylindrical-coordinate representation of color #366CCF: hue angle of 218.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366CCF is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB54108207-
CMYK0.740.4800.19
HSL218.82º61.45%51.18%-
HSV(B)218.82º73.91%81.18%-
XYZ18.1516.0161.17-
YUV103.14186.6192.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.63%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=14.63%
G=29.27%
B=56.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal541082070.740.4800.19218.8261.4551.18
Hex366CCF4A30013db3d33
Octal66154317112600233337563
Binary110110110110011001111100101011000001001111011011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,108,207); }

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

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

 a { background-color: rgb(54,108,207); }

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

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

 span { border-color: rgb(54,108,207); }

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