#2963E2

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

Shades of Royal Blue #2963E2

Tints of Royal Blue #2963E2

Color information

#2963E2 (or 0x2963E2) is unknown color: approx Royal Blue. HEX triplet: 29, 63 and E2. RGB value is (41,99,226). Sum of RGB (Red+Green+Blue) = 41+99+226=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 226 (88.67% from 255 or 61.75% from 366); Max value from RGB is 226 - color contains mainly: blue. Hex color #2963E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963E2 is #D69C1D. Grayscale: #5F5F5F. Windows color (decimal): -14064670 or 14836521. OLE color: 14836521.

HSL color Cylindrical-coordinate representation of color #2963E2: hue angle of 221.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2963E2 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4199226-
CMYK0.820.5600.11
HSL221.19º76.13%52.35%-
HSV(B)221.19º81.86%88.63%-
XYZ19.114.8973.82-
YUV96.14201.2888.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.20%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 226 (88.67% from 255) = 61.75%
R=11.20%
G=27.05%
B=61.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41992260.820.5600.11221.1976.1352.35
Hex2963E252380Bdd4c34
Octal511433421227001333511464
Binary101001110001111100010101001011100001011110111011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2963E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2963E2; }

 p { color: rgb(41,99,226); }

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

<style>
 a { background-color: #2963E2; }

 a { background-color: rgb(41,99,226); }

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

<style>
 span { border-color: #2963E2; }

 span { border-color: rgb(41,99,226); }

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