#354EE3

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

Shades of Royal Blue #354EE3

Tints of Royal Blue #354EE3

Color information

#354EE3 (or 0x354EE3) is unknown color: approx Royal Blue. HEX triplet: 35, 4E and E3. RGB value is (53,78,227). Sum of RGB (Red+Green+Blue) = 53+78+227=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #354EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EE3 is #CAB11C. Grayscale: #565656. Windows color (decimal): -13283613 or 14896693. OLE color: 14896693.

HSL color Cylindrical-coordinate representation of color #354EE3: hue angle of 231.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354EE3 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5378227-
CMYK0.770.6600.11
HSL231.38º75.65%54.9%-
HSV(B)231.38º76.65%89.02%-
XYZ18.0611.7573.99-
YUV87.51206.72103.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 227 (89.06% from 255) = 63.41%
R=14.80%
G=21.79%
B=63.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53782270.770.6600.11231.3875.6554.9
Hex354EE34D420Be74c37
Octal6511634311510201334711467
Binary1101011001110111000111001101100001001011111001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354EE3; }

 p { color: rgb(53,78,227); }

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

<style>
 a { background-color: #354EE3; }

 a { background-color: rgb(53,78,227); }

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

<style>
 span { border-color: #354EE3; }

 span { border-color: rgb(53,78,227); }

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