#3356DC

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

Shades of Royal Blue #3356DC

Tints of Royal Blue #3356DC

Color information

#3356DC (or 0x3356DC) is unknown color: approx Royal Blue. HEX triplet: 33, 56 and DC. RGB value is (51,86,220). Sum of RGB (Red+Green+Blue) = 51+86+220=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #3356DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3356DC is #CCA923. Grayscale: #5A5A5A. Windows color (decimal): -13412644 or 14439987. OLE color: 14439987.

HSL color Cylindrical-coordinate representation of color #3356DC: hue angle of 227.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3356DC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5186220-
CMYK0.770.6100.14
HSL227.57º70.71%53.14%-
HSV(B)227.57º76.82%86.27%-
XYZ17.6112.5369.2-
YUV90.81200.999.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 220 (86.33% from 255) = 61.62%
R=14.29%
G=24.09%
B=61.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51862200.770.6100.14227.5770.7153.14
Hex3356DC4D3D0Ee44735
Octal631263341157501634410765
Binary110011101011011011100100110111110101110111001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3356DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3356DC; }

 p { color: rgb(51,86,220); }

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

<style>
 a { background-color: #3356DC; }

 a { background-color: rgb(51,86,220); }

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

<style>
 span { border-color: #3356DC; }

 span { border-color: rgb(51,86,220); }

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