#356CDC

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

Shades of Royal Blue #356CDC

Tints of Royal Blue #356CDC

Color information

#356CDC (or 0x356CDC) is unknown color: approx Royal Blue. HEX triplet: 35, 6C and DC. RGB value is (53,108,220). Sum of RGB (Red+Green+Blue) = 53+108+220=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #356CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CDC is #CA9323. Grayscale: #676767. Windows color (decimal): -13275940 or 14445621. OLE color: 14445621.

HSL color Cylindrical-coordinate representation of color #356CDC: hue angle of 220.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356CDC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB53108220-
CMYK0.760.5100.14
HSL220.24º70.46%53.53%-
HSV(B)220.24º75.91%86.27%-
XYZ19.7516.6569.88-
YUV104.32193.2891.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=13.91%
G=28.35%
B=57.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531082200.760.5100.14220.2470.4653.53
Hex356CDC4C330Edc4636
Octal651543341146301633410666
Binary110101110110011011100100110011001101110110111001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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