#354FEA

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

Shades of Royal Blue #354FEA

Tints of Royal Blue #354FEA

Color information

#354FEA (or 0x354FEA) is unknown color: approx Royal Blue. HEX triplet: 35, 4F and EA. RGB value is (53,79,234). Sum of RGB (Red+Green+Blue) = 53+79+234=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #354FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FEA is #CAB015. Grayscale: #585858. Windows color (decimal): -13283350 or 15355701. OLE color: 15355701.

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

Color convert

RGB5379234-
CMYK0.770.6600.08
HSL231.38º81.17%56.27%-
HSV(B)231.38º77.35%91.76%-
XYZ19.1212.2979.21-
YUV88.9209.89102.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 234 (91.80% from 255) = 63.93%
R=14.48%
G=21.58%
B=63.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53792340.770.6600.08231.3881.1756.27
Hex354FEA4D4208e75138
Octal6511735211510201034712170
Binary1101011001111111010101001101100001001000111001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,234); }

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

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

 a { background-color: rgb(53,79,234); }

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

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

 span { border-color: rgb(53,79,234); }

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