#3371F6

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

Shades of Royal Blue #3371F6

Tints of Royal Blue #3371F6

Color information

#3371F6 (or 0x3371F6) is unknown color: approx Royal Blue. HEX triplet: 33, 71 and F6. RGB value is (51,113,246). Sum of RGB (Red+Green+Blue) = 51+113+246=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #3371F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371F6 is #CC8E09. Grayscale: #6D6D6D. Windows color (decimal): -13405706 or 16150835. OLE color: 16150835.

HSL color Cylindrical-coordinate representation of color #3371F6: hue angle of 220.92º 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 #3371F6 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51113246-
CMYK0.790.5400.04
HSL220.92º91.55%58.24%-
HSV(B)220.92º79.27%96.47%-
XYZ23.919.1789.63-
YUV109.62204.9686.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.44%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 246 (96.48% from 255) = 60%
R=12.44%
G=27.56%
B=60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal511132460.790.5400.04220.9291.5558.24
Hex3371F64F3604dd5c3a
Octal63161366117660433513472
Binary11001111100011111011010011111101100100110111011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3371F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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