#3356F1

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

Shades of Royal Blue #3356F1

Tints of Royal Blue #3356F1

Color information

#3356F1 (or 0x3356F1) is unknown color: approx Royal Blue. HEX triplet: 33, 56 and F1. RGB value is (51,86,241). Sum of RGB (Red+Green+Blue) = 51+86+241=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #3356F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3356F1 is #CCA90E. Grayscale: #5C5C5C. Windows color (decimal): -13412623 or 15816243. OLE color: 15816243.

HSL color Cylindrical-coordinate representation of color #3356F1: hue angle of 228.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3356F1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5186241-
CMYK0.790.6400.05
HSL228.95º87.16%57.25%-
HSV(B)228.95º78.84%94.51%-
XYZ20.5713.7184.78-
YUV93.2211.497.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 241 (94.53% from 255) = 63.76%
R=13.49%
G=22.75%
B=63.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51862410.790.6400.05228.9587.1657.25
Hex3356F14F4005e55739
Octal631263611171000534512771
Binary110011101011011110001100111110000000101111001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3356F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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