#356BD6

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

Shades of Royal Blue #356BD6

Tints of Royal Blue #356BD6

Color information

#356BD6 (or 0x356BD6) is unknown color: approx Royal Blue. HEX triplet: 35, 6B and D6. RGB value is (53,107,214). Sum of RGB (Red+Green+Blue) = 53+107+214=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #356BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BD6 is #CA9429. Grayscale: #666666. Windows color (decimal): -13276202 or 14052149. OLE color: 14052149.

HSL color Cylindrical-coordinate representation of color #356BD6: hue angle of 219.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356BD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53107214-
CMYK0.750.5000.16
HSL219.88º66.26%52.35%-
HSV(B)219.88º75.23%83.92%-
XYZ18.8616.1365.74-
YUV103.05190.6192.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 214 (83.98% from 255) = 57.22%
R=14.17%
G=28.61%
B=57.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531072140.750.5000.16219.8866.2652.35
Hex356BD64B32010dc4234
Octal651533261136202033410264
Binary1101011101011110101101001011110010010000110111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356BD6; }

 p { color: rgb(53,107,214); }

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

<style>
 a { background-color: #356BD6; }

 a { background-color: rgb(53,107,214); }

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

<style>
 span { border-color: #356BD6; }

 span { border-color: rgb(53,107,214); }

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