#2958DE

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

Shades of Royal Blue #2958DE

Tints of Royal Blue #2958DE

Color information

#2958DE (or 0x2958DE) is unknown color: approx Royal Blue. HEX triplet: 29, 58 and DE. RGB value is (41,88,222). Sum of RGB (Red+Green+Blue) = 41+88+222=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #2958DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958DE is #D6A721. Grayscale: #585858. Windows color (decimal): -14067490 or 14571561. OLE color: 14571561.

HSL color Cylindrical-coordinate representation of color #2958DE: hue angle of 224.42º 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 #2958DE is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4188222-
CMYK0.820.6000.13
HSL224.42º73.28%51.57%-
HSV(B)224.42º81.53%87.06%-
XYZ17.5912.7270.64-
YUV89.22202.9393.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 222 (87.11% from 255) = 63.25%
R=11.68%
G=25.07%
B=63.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41882220.820.6000.13224.4273.2851.57
Hex2958DE523C0De04934
Octal511303361227401534011164
Binary101001101100011011110101001011110001101111000001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2958DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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