#536BF3

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

Shades of Royal Blue #536BF3

Tints of Royal Blue #536BF3

Color information

#536BF3 (or 0x536BF3) is unknown color: approx Royal Blue. HEX triplet: 53, 6B and F3. RGB value is (83,107,243). Sum of RGB (Red+Green+Blue) = 83+107+243=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #536BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536BF3 is #AC940C. Grayscale: #727272. Windows color (decimal): -11310093 or 15952723. OLE color: 15952723.

HSL color Cylindrical-coordinate representation of color #536BF3: hue angle of 231º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536BF3 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83107243-
CMYK0.660.5600.05
HSL231º86.96%63.92%-
HSV(B)231º65.84%95.29%-
XYZ2518.8387.11-
YUV115.33200.05104.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 243 (95.31% from 255) = 56.12%
R=19.17%
G=24.71%
B=56.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831072430.660.5600.0523186.9663.92
Hex536BF3423805e75740
Octal1231533631027005347127100
Binary1010011110101111110011100001011100001011110011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536BF3; }

 p { color: rgb(83,107,243); }

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

<style>
 a { background-color: #536BF3; }

 a { background-color: rgb(83,107,243); }

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

<style>
 span { border-color: #536BF3; }

 span { border-color: rgb(83,107,243); }

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