#2972E4

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

Shades of Royal Blue #2972E4

Tints of Royal Blue #2972E4

Color information

#2972E4 (or 0x2972E4) is unknown color: approx Royal Blue. HEX triplet: 29, 72 and E4. RGB value is (41,114,228). Sum of RGB (Red+Green+Blue) = 41+114+228=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #2972E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972E4 is #D68D1B. Grayscale: #686868. Windows color (decimal): -14060828 or 14971433. OLE color: 14971433.

HSL color Cylindrical-coordinate representation of color #2972E4: hue angle of 216.58º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2972E4 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB41114228-
CMYK0.820.5000.11
HSL216.58º77.59%52.75%-
HSV(B)216.58º82.02%89.41%-
XYZ20.9418.1175.79-
YUV105.17197.3282.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.70%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 228 (89.45% from 255) = 59.53%
R=10.70%
G=29.77%
B=59.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal411142280.820.5000.11216.5877.5952.75
Hex2972E452320Bd94e35
Octal511623441226201333111665
Binary101001111001011100100101001011001001011110110011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2972E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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