#3366CD

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

Shades of Royal Blue #3366CD

Tints of Royal Blue #3366CD

Color information

#3366CD (or 0x3366CD) is unknown color: approx Royal Blue. HEX triplet: 33, 66 and CD. RGB value is (51,102,205). Sum of RGB (Red+Green+Blue) = 51+102+205=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3366CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366CD is #CC9932. Grayscale: #626262. Windows color (decimal): -13408563 or 13461043. OLE color: 13461043.

HSL color Cylindrical-coordinate representation of color #3366CD: hue angle of 220.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3366CD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51102205-
CMYK0.750.5000.20
HSL220.13º60.63%50.2%-
HSV(B)220.13º75.12%80.39%-
XYZ17.1414.6159.68-
YUV98.49188.194.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=14.25%
G=28.49%
B=57.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511022050.750.5000.20220.1360.6350.2
Hex3366CD4B32014dc3d32
Octal63146315113620243347562
Binary110011110011011001101100101111001001010011011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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