#336BFF

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

Shades of Royal Blue #336BFF

Tints of Royal Blue #336BFF

Color information

#336BFF (or 0x336BFF) is unknown color: approx Royal Blue. HEX triplet: 33, 6B and FF. RGB value is (51,107,255). Sum of RGB (Red+Green+Blue) = 51+107+255=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #336BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BFF is #CC9400. Grayscale: #6A6A6A. Windows color (decimal): -13407233 or 16739123. OLE color: 16739123.

HSL color Cylindrical-coordinate representation of color #336BFF: hue angle of 223.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336BFF is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51107255-
CMYK0.80.5800
HSL223.53º100%60%-
HSV(B)223.53º80%100%-
XYZ24.6718.4496.87-
YUV107.13211.4587.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.35%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 61.74%
R=12.35%
G=25.91%
B=61.74%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511072550.80.5800223.5310060
Hex336BFF503A00e0643c
Octal63153377120720034014474
Binary110011110101111111111101000011101000111000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,107,255); }

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

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

 a { background-color: rgb(51,107,255); }

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

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

 span { border-color: rgb(51,107,255); }

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