#3454E1

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

Shades of Royal Blue #3454E1

Tints of Royal Blue #3454E1

Color information

#3454E1 (or 0x3454E1) is unknown color: approx Royal Blue. HEX triplet: 34, 54 and E1. RGB value is (52,84,225). Sum of RGB (Red+Green+Blue) = 52+84+225=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #3454E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454E1 is #CBAB1E. Grayscale: #595959. Windows color (decimal): -13347615 or 14767156. OLE color: 14767156.

HSL color Cylindrical-coordinate representation of color #3454E1: hue angle of 228.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3454E1 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5284225-
CMYK0.770.6300.12
HSL228.9º74.25%54.31%-
HSV(B)228.9º76.89%88.24%-
XYZ18.1812.5172.69-
YUV90.51203.9100.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 225 (88.28% from 255) = 62.33%
R=14.40%
G=23.27%
B=62.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52842250.770.6300.12228.974.2554.31
Hex3454E14D3F0Ce54a36
Octal641243411157701434511266
Binary110100101010011100001100110111111101100111001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3454E1; }

 p { color: rgb(52,84,225); }

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

<style>
 a { background-color: #3454E1; }

 a { background-color: rgb(52,84,225); }

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

<style>
 span { border-color: #3454E1; }

 span { border-color: rgb(52,84,225); }

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