#2964DA

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

Shades of Royal Blue #2964DA

Tints of Royal Blue #2964DA

Color information

#2964DA (or 0x2964DA) is unknown color: approx Royal Blue. HEX triplet: 29, 64 and DA. RGB value is (41,100,218). Sum of RGB (Red+Green+Blue) = 41+100+218=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 100 (39.45% from 255 or 27.86% 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 #2964DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964DA is #D69B25. Grayscale: #5F5F5F. Windows color (decimal): -14064422 or 14312489. OLE color: 14312489.

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

Color convert

RGB41100218-
CMYK0.810.5400.15
HSL220º70.52%50.78%-
HSV(B)220º81.19%85.49%-
XYZ18.1314.6568.2-
YUV95.81196.9588.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.42%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 218 (85.55% from 255) = 60.72%
R=11.42%
G=27.86%
B=60.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411002180.810.5400.1522070.5250.78
Hex2964DA51360Fdc4733
Octal511443321216601733410763
Binary101001110010011011010101000111011001111110111001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2964DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,100,218); }

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

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

 a { background-color: rgb(41,100,218); }

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

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

 span { border-color: rgb(41,100,218); }

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