#336EFA

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

Shades of Royal Blue #336EFA

Tints of Royal Blue #336EFA

Color information

#336EFA (or 0x336EFA) is unknown color: approx Royal Blue. HEX triplet: 33, 6E and FA. RGB value is (51,110,250). Sum of RGB (Red+Green+Blue) = 51+110+250=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #336EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336EFA is #CC9105. Grayscale: #6B6B6B. Windows color (decimal): -13406470 or 16412211. OLE color: 16412211.

HSL color Cylindrical-coordinate representation of color #336EFA: hue angle of 222.21º 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 #336EFA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51110250-
CMYK0.800.5600.02
HSL222.21º95.22%59.02%-
HSV(B)222.21º79.6%98.04%-
XYZ24.218.7692.79-
YUV108.32207.9587.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.41%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=12.41%
G=26.76%
B=60.83%

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
Decimal511102500.800.5600.02222.2195.2259.02
Hex336EFA503802de5f3b
Octal63156372120700233613773
Binary1100111101110111110101010000111000010110111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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