#3366FF

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

Shades of Royal Blue #3366FF

Tints of Royal Blue #3366FF

Color information

#3366FF (or 0x3366FF) is unknown color: approx Royal Blue. HEX triplet: 33, 66 and FF. RGB value is (51,102,255). Sum of RGB (Red+Green+Blue) = 51+102+255=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3366FF is a web safe color. Inversed color of #3366FF is #CC9900. Grayscale: #676767. Windows color (decimal): -13408513 or 16737843. OLE color: 16737843.

HSL color Cylindrical-coordinate representation of color #3366FF: hue angle of 225º 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 #3366FF is Cyan = 0.8, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51102255-
CMYK0.80.600
HSL225º100%60%-
HSV(B)225º80%100%-
XYZ24.1717.4396.7-
YUV104.19213.190.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 255 (100% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511022550.80.60022510060
Hex3366FF503C00e1643c
Octal63146377120740034114474
Binary110011110011011111111101000011110000111000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3366FF; }

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

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

<style>
 a { background-color: #3366FF; }

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

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

<style>
 span { border-color: #3366FF; }

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

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