#2766D7

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

Shades of Royal Blue #2766D7

Tints of Royal Blue #2766D7

Color information

#2766D7 (or 0x2766D7) is unknown color: approx Royal Blue. HEX triplet: 27, 66 and D7. RGB value is (39,102,215). Sum of RGB (Red+Green+Blue) = 39+102+215=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #2766D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766D7 is #D89928. Grayscale: #5F5F5F. Windows color (decimal): -14194985 or 14116391. OLE color: 14116391.

HSL color Cylindrical-coordinate representation of color #2766D7: hue angle of 218.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2766D7 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39102215-
CMYK0.820.5300.16
HSL218.52º69.29%49.8%-
HSV(B)218.52º81.86%84.31%-
XYZ17.8514.8466.21-
YUV96.04195.1387.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 215 (84.38% from 255) = 60.39%
R=10.96%
G=28.65%
B=60.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391022150.820.5300.16218.5269.2949.8
Hex2766D75235010db4532
Octal471463271226502033310562
Binary1001111100110110101111010010110101010000110110111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2766D7; }

 p { color: rgb(39,102,215); }

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

<style>
 a { background-color: #2766D7; }

 a { background-color: rgb(39,102,215); }

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

<style>
 span { border-color: #2766D7; }

 span { border-color: rgb(39,102,215); }

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