#355EFC

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

Shades of Royal Blue #355EFC

Tints of Royal Blue #355EFC

Color information

#355EFC (or 0x355EFC) is unknown color: approx Royal Blue. HEX triplet: 35, 5E and FC. RGB value is (53,94,252). Sum of RGB (Red+Green+Blue) = 53+94+252=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #355EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFC is #CAA103. Grayscale: #636363. Windows color (decimal): -13279492 or 16539189. OLE color: 16539189.

HSL color Cylindrical-coordinate representation of color #355EFC: hue angle of 227.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5394252-
CMYK0.790.6300.01
HSL227.64º97.07%59.8%-
HSV(B)227.64º78.97%98.82%-
XYZ23.0415.7993.93-
YUV99.75213.9294.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 252 (98.83% from 255) = 63.16%
R=13.28%
G=23.56%
B=63.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53942520.790.6300.01227.6497.0759.8
Hex355EFC4F3F01e4613c
Octal65136374117770134414174
Binary110101101111011111100100111111111101111001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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