#354AE6

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

Shades of Royal Blue #354AE6

Tints of Royal Blue #354AE6

Color information

#354AE6 (or 0x354AE6) is unknown color: approx Royal Blue. HEX triplet: 35, 4A and E6. RGB value is (53,74,230). Sum of RGB (Red+Green+Blue) = 53+74+230=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #354AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AE6 is #CAB519. Grayscale: #545454. Windows color (decimal): -13284634 or 15092277. OLE color: 15092277.

HSL color Cylindrical-coordinate representation of color #354AE6: hue angle of 232.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354AE6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5374230-
CMYK0.770.6800.10
HSL232.88º77.97%55.49%-
HSV(B)232.88º76.96%90.2%-
XYZ18.211.3776.1-
YUV85.5209.54104.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 230 (90.23% from 255) = 64.43%
R=14.85%
G=20.73%
B=64.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal53742300.770.6800.10232.8877.9755.49
Hex354AE64D440Ae94e37
Octal6511234611510401235111667
Binary1101011001010111001101001101100010001010111010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,230); }

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

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

 a { background-color: rgb(53,74,230); }

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

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

 span { border-color: rgb(53,74,230); }

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