#2972E8

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

Shades of Royal Blue #2972E8

Tints of Royal Blue #2972E8

Color information

#2972E8 (or 0x2972E8) is unknown color: approx Royal Blue. HEX triplet: 29, 72 and E8. RGB value is (41,114,232). Sum of RGB (Red+Green+Blue) = 41+114+232=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #2972E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972E8 is #D68D17. Grayscale: #696969. Windows color (decimal): -14060824 or 15233577. OLE color: 15233577.

HSL color Cylindrical-coordinate representation of color #2972E8: hue angle of 217.07º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2972E8 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41114232-
CMYK0.820.5100.09
HSL217.07º80.59%53.53%-
HSV(B)217.07º82.33%90.98%-
XYZ21.518.3378.75-
YUV105.62199.3281.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.59%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 232 (91.02% from 255) = 59.95%
R=10.59%
G=29.46%
B=59.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411142320.820.5100.09217.0780.5953.53
Hex2972E8523309d95136
Octal511623501226301133112166
Binary101001111001011101000101001011001101001110110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2972E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2972E8; }

 p { color: rgb(41,114,232); }

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

<style>
 a { background-color: #2972E8; }

 a { background-color: rgb(41,114,232); }

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

<style>
 span { border-color: #2972E8; }

 span { border-color: rgb(41,114,232); }

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