#3864FD

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

Shades of Royal Blue #3864FD

Tints of Royal Blue #3864FD

Color information

#3864FD (or 0x3864FD) is unknown color: approx Royal Blue. HEX triplet: 38, 64 and FD. RGB value is (56,100,253). Sum of RGB (Red+Green+Blue) = 56+100+253=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #3864FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3864FD is #C79B02. Grayscale: #676767. Windows color (decimal): -13081347 or 16606264. OLE color: 16606264.

HSL color Cylindrical-coordinate representation of color #3864FD: hue angle of 226.6º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3864FD is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB56100253-
CMYK0.780.6000.01
HSL226.6º98.01%60.59%-
HSV(B)226.6º77.87%99.22%-
XYZ23.9217.0594.96-
YUV104.29211.9293.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.69%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=13.69%
G=24.45%
B=61.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal561002530.780.6000.01226.698.0160.59
Hex3864FD4E3C01e3623d
Octal70144375116740134314275
Binary111000110010011111101100111011110001111000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3864FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3864FD; }

 p { color: rgb(56,100,253); }

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

<style>
 a { background-color: #3864FD; }

 a { background-color: rgb(56,100,253); }

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

<style>
 span { border-color: #3864FD; }

 span { border-color: rgb(56,100,253); }

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