#366BCC

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

Shades of Royal Blue #366BCC

Tints of Royal Blue #366BCC

Color information

#366BCC (or 0x366BCC) is unknown color: approx Royal Blue. HEX triplet: 36, 6B and CC. RGB value is (54,107,204). Sum of RGB (Red+Green+Blue) = 54+107+204=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #366BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BCC is #C99433. Grayscale: #656565. Windows color (decimal): -13210676 or 13396790. OLE color: 13396790.

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

Color convert

RGB54107204-
CMYK0.740.4800.2
HSL218.8º59.52%50.59%-
HSV(B)218.8º73.53%80%-
XYZ17.6815.6659.22-
YUV102.21185.4493.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.79%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=14.79%
G=29.32%
B=55.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal541072040.740.4800.2218.859.5250.59
Hex366BCC4A30014db3c33
Octal66153314112600243337463
Binary110110110101111001100100101011000001010011011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,107,204); }

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

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

 a { background-color: rgb(54,107,204); }

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

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

 span { border-color: rgb(54,107,204); }

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