#2954DE

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

Shades of Royal Blue #2954DE

Tints of Royal Blue #2954DE

Color information

#2954DE (or 0x2954DE) is unknown color: approx Royal Blue. HEX triplet: 29, 54 and DE. RGB value is (41,84,222). Sum of RGB (Red+Green+Blue) = 41+84+222=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #2954DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954DE is #D6AB21. Grayscale: #565656. Windows color (decimal): -14068514 or 14570537. OLE color: 14570537.

HSL color Cylindrical-coordinate representation of color #2954DE: hue angle of 225.75º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2954DE is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4184222-
CMYK0.820.6200.13
HSL225.75º73.28%51.57%-
HSV(B)225.75º81.53%87.06%-
XYZ17.2712.0970.53-
YUV86.88204.2595.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 222 (87.11% from 255) = 63.98%
R=11.82%
G=24.21%
B=63.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41842220.820.6200.13225.7573.2851.57
Hex2954DE523E0De24934
Octal511243361227601534211164
Binary101001101010011011110101001011111001101111000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2954DE; }

 p { color: rgb(41,84,222); }

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

<style>
 a { background-color: #2954DE; }

 a { background-color: rgb(41,84,222); }

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

<style>
 span { border-color: #2954DE; }

 span { border-color: rgb(41,84,222); }

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