#3356F6

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

Shades of Royal Blue #3356F6

Tints of Royal Blue #3356F6

Color information

#3356F6 (or 0x3356F6) is unknown color: approx Royal Blue. HEX triplet: 33, 56 and F6. RGB value is (51,86,246). Sum of RGB (Red+Green+Blue) = 51+86+246=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #3356F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3356F6 is #CCA909. Grayscale: #5D5D5D. Windows color (decimal): -13412618 or 16143923. OLE color: 16143923.

HSL color Cylindrical-coordinate representation of color #3356F6: hue angle of 229.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3356F6 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5186246-
CMYK0.790.6500.04
HSL229.23º91.55%58.24%-
HSV(B)229.23º79.27%96.47%-
XYZ21.3314.0188.77-
YUV93.78213.997.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 246 (96.48% from 255) = 64.23%
R=13.32%
G=22.45%
B=64.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51862460.790.6500.04229.2391.5558.24
Hex3356F64F4104e55c3a
Octal631263661171010434513472
Binary110011101011011110110100111110000010100111001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3356F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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