#356BFF

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

Shades of Royal Blue #356BFF

Tints of Royal Blue #356BFF

Color information

#356BFF (or 0x356BFF) is unknown color: approx Royal Blue. HEX triplet: 35, 6B and FF. RGB value is (53,107,255). Sum of RGB (Red+Green+Blue) = 53+107+255=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #356BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFF is #CA9400. Grayscale: #6B6B6B. Windows color (decimal): -13276161 or 16739125. OLE color: 16739125.

HSL color Cylindrical-coordinate representation of color #356BFF: hue angle of 223.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356BFF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB53107255-
CMYK0.790.5800
HSL223.96º100%60.39%-
HSV(B)223.96º79.22%100%-
XYZ24.7818.4996.87-
YUV107.73211.1188.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.77%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 255 (100% from 255) = 61.45%
R=12.77%
G=25.78%
B=61.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal531072550.790.5800223.9610060.39
Hex356BFF4F3A00e0643c
Octal65153377117720034014474
Binary110101110101111111111100111111101000111000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356BFF; }

 p { color: rgb(53,107,255); }

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

<style>
 a { background-color: #356BFF; }

 a { background-color: rgb(53,107,255); }

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

<style>
 span { border-color: #356BFF; }

 span { border-color: rgb(53,107,255); }

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