#355EFA

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

Shades of Royal Blue #355EFA

Tints of Royal Blue #355EFA

Color information

#355EFA (or 0x355EFA) is unknown color: approx Royal Blue. HEX triplet: 35, 5E and FA. RGB value is (53,94,250). Sum of RGB (Red+Green+Blue) = 53+94+250=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #355EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFA is #CAA105. Grayscale: #626262. Windows color (decimal): -13279494 or 16408117. OLE color: 16408117.

HSL color Cylindrical-coordinate representation of color #355EFA: hue angle of 227.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5394250-
CMYK0.790.6200.02
HSL227.51º95.17%59.41%-
HSV(B)227.51º78.8%98.04%-
XYZ22.7315.6692.27-
YUV99.52212.9294.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=13.35%
G=23.68%
B=62.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53942500.790.6200.02227.5195.1759.41
Hex355EFA4F3E02e45f3b
Octal65136372117760234413773
Binary1101011011110111110101001111111110010111001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355EFA; }

 p { color: rgb(53,94,250); }

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

<style>
 a { background-color: #355EFA; }

 a { background-color: rgb(53,94,250); }

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

<style>
 span { border-color: #355EFA; }

 span { border-color: rgb(53,94,250); }

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