#336FFA

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

Shades of Royal Blue #336FFA

Tints of Royal Blue #336FFA

Color information

#336FFA (or 0x336FFA) is unknown color: approx Royal Blue. HEX triplet: 33, 6F and FA. RGB value is (51,111,250). Sum of RGB (Red+Green+Blue) = 51+111+250=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #336FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FFA is #CC9005. Grayscale: #6C6C6C. Windows color (decimal): -13406214 or 16412467. OLE color: 16412467.

HSL color Cylindrical-coordinate representation of color #336FFA: hue angle of 221.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336FFA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51111250-
CMYK0.800.5600.02
HSL221.91º95.22%59.02%-
HSV(B)221.91º79.6%98.04%-
XYZ24.318.9792.82-
YUV108.91207.6286.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.38%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 250 (98.05% from 255) = 60.68%
R=12.38%
G=26.94%
B=60.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511112500.800.5600.02221.9195.2259.02
Hex336FFA503802de5f3b
Octal63157372120700233613773
Binary1100111101111111110101010000111000010110111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336FFA; }

 p { color: rgb(51,111,250); }

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

<style>
 a { background-color: #336FFA; }

 a { background-color: rgb(51,111,250); }

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

<style>
 span { border-color: #336FFA; }

 span { border-color: rgb(51,111,250); }

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