#356CD6

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

Shades of Royal Blue #356CD6

Tints of Royal Blue #356CD6

Color information

#356CD6 (or 0x356CD6) is unknown color: approx Royal Blue. HEX triplet: 35, 6C and D6. RGB value is (53,108,214). Sum of RGB (Red+Green+Blue) = 53+108+214=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #356CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CD6 is #CA9329. Grayscale: #676767. Windows color (decimal): -13275946 or 14052405. OLE color: 14052405.

HSL color Cylindrical-coordinate representation of color #356CD6: hue angle of 219.5º 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 #356CD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53108214-
CMYK0.750.5000.16
HSL219.5º66.26%52.35%-
HSV(B)219.5º75.23%83.92%-
XYZ18.9716.3465.77-
YUV103.64190.2891.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 214 (83.98% from 255) = 57.07%
R=14.13%
G=28.8%
B=57.07%

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
Decimal531082140.750.5000.16219.566.2652.35
Hex356CD64B32010dc4234
Octal651543261136202033410264
Binary1101011101100110101101001011110010010000110111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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