#3266CD

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

Shades of Royal Blue #3266CD

Tints of Royal Blue #3266CD

Color information

#3266CD (or 0x3266CD) is unknown color: approx Royal Blue. HEX triplet: 32, 66 and CD. RGB value is (50,102,205). Sum of RGB (Red+Green+Blue) = 50+102+205=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #3266CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266CD is #CD9932. Grayscale: #616161. Windows color (decimal): -13474099 or 13461042. OLE color: 13461042.

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

Color convert

RGB50102205-
CMYK0.760.5000.20
HSL219.87º60.78%50%-
HSV(B)219.87º75.61%80.39%-
XYZ17.0914.5959.67-
YUV98.19188.2793.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=14.01%
G=28.57%
B=57.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501022050.760.5000.20219.8760.7850
Hex3266CD4C32014dc3d32
Octal62146315114620243347562
Binary110010110011011001101100110011001001010011011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3266CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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