#357BEA

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

Shades of Royal Blue #357BEA

Tints of Royal Blue #357BEA

Color information

#357BEA (or 0x357BEA) is unknown color: approx Royal Blue. HEX triplet: 35, 7B and EA. RGB value is (53,123,234). Sum of RGB (Red+Green+Blue) = 53+123+234=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #357BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357BEA is #CA8415. Grayscale: #727272. Windows color (decimal): -13272086 or 15366965. OLE color: 15366965.

HSL color Cylindrical-coordinate representation of color #357BEA: hue angle of 216.8º 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 #357BEA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53123234-
CMYK0.770.4700.08
HSL216.8º81.17%56.27%-
HSV(B)216.8º77.35%91.76%-
XYZ23.420.8680.64-
YUV114.72195.3183.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=12.93%
G=30%
B=57.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531232340.770.4700.08216.881.1756.27
Hex357BEA4D2F08d95138
Octal651733521155701033112170
Binary110101111101111101010100110110111101000110110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357BEA; }

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

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

<style>
 a { background-color: #357BEA; }

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

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

<style>
 span { border-color: #357BEA; }

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

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