#2766DA

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

Shades of Royal Blue #2766DA

Tints of Royal Blue #2766DA

Color information

#2766DA (or 0x2766DA) is unknown color: approx Royal Blue. HEX triplet: 27, 66 and DA. RGB value is (39,102,218). Sum of RGB (Red+Green+Blue) = 39+102+218=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #2766DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766DA is #D89925. Grayscale: #5F5F5F. Windows color (decimal): -14194982 or 14312999. OLE color: 14312999.

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

Color convert

RGB39102218-
CMYK0.820.5300.15
HSL218.88º70.75%50.39%-
HSV(B)218.88º82.11%85.49%-
XYZ18.241568.26-
YUV96.39196.6387.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 218 (85.55% from 255) = 60.72%
R=10.86%
G=28.41%
B=60.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal391022180.820.5300.15218.8870.7550.39
Hex2766DA52350Fdb4732
Octal471463321226501733310762
Binary100111110011011011010101001011010101111110110111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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