#2962EA

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

Shades of Royal Blue #2962EA

Tints of Royal Blue #2962EA

Color information

#2962EA (or 0x2962EA) is unknown color: approx Royal Blue. HEX triplet: 29, 62 and EA. RGB value is (41,98,234). Sum of RGB (Red+Green+Blue) = 41+98+234=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #2962EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2962EA is #D69D15. Grayscale: #5F5F5F. Windows color (decimal): -14064918 or 15360553. OLE color: 15360553.

HSL color Cylindrical-coordinate representation of color #2962EA: hue angle of 222.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2962EA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4198234-
CMYK0.820.5800.08
HSL222.28º82.13%53.92%-
HSV(B)222.28º82.48%91.76%-
XYZ20.1315.1579.7-
YUV96.46205.6288.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.99%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=10.99%
G=26.27%
B=62.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41982340.820.5800.08222.2882.1353.92
Hex2962EA523A08de5236
Octal511423521227201033612266
Binary101001110001011101010101001011101001000110111101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2962EA; }

 p { color: rgb(41,98,234); }

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

<style>
 a { background-color: #2962EA; }

 a { background-color: rgb(41,98,234); }

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

<style>
 span { border-color: #2962EA; }

 span { border-color: rgb(41,98,234); }

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