#295fe3

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

Shades of Royal Blue #295FE3

Tints of Royal Blue #295FE3

Color information

#295FE3 (or 0x295FE3) is unknown color: approx Royal Blue. HEX triplet: 29, 5F and E3. RGB value is (41,95,227). Sum of RGB (Red+Green+Blue) = 41+95+227=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #295FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FE3 is #D6A01C. Grayscale: #5D5D5D. Windows color (decimal): -14065693 or 14901033. OLE color: 14901033.

HSL color Cylindrical-coordinate representation of color #295FE3: hue angle of 222.58º degrees, saturation: 0.77, 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 #295FE3 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4195227-
CMYK0.820.5800.11
HSL222.58º76.86%52.55%-
HSV(B)222.58º81.94%89.02%-
XYZ18.8714.274.42-
YUV93.9203.1190.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 227 (89.06% from 255) = 62.53%
R=11.29%
G=26.17%
B=62.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41952270.820.5800.11222.5876.8652.55
Hex295FE3523A0Bdf4d35
Octal511373431227201333711565
Binary101001101111111100011101001011101001011110111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295fe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295fe3; }

 p { color: rgb(41,95,227); }

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

<style>
 a { background-color: #295fe3; }

 a { background-color: rgb(41,95,227); }

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

<style>
 span { border-color: #295fe3; }

 span { border-color: rgb(41,95,227); }

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