#3865F3

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

Shades of Royal Blue #3865F3

Tints of Royal Blue #3865F3

Color information

#3865F3 (or 0x3865F3) is unknown color: approx Royal Blue. HEX triplet: 38, 65 and F3. RGB value is (56,101,243). Sum of RGB (Red+Green+Blue) = 56+101+243=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #3865F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3865F3 is #C79A0C. Grayscale: #676767. Windows color (decimal): -13081101 or 15951160. OLE color: 15951160.

HSL color Cylindrical-coordinate representation of color #3865F3: hue angle of 225.56º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3865F3 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56101243-
CMYK0.770.5800.05
HSL225.56º88.63%58.63%-
HSV(B)225.56º76.95%95.29%-
XYZ22.4616.6286.82-
YUV103.73206.5993.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 243 (95.31% from 255) = 60.75%
R=14%
G=25.25%
B=60.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal561012430.770.5800.05225.5688.6358.63
Hex3865F34D3A05e2593b
Octal70145363115720534213173
Binary11100011001011111001110011011110100101111000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3865F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3865F3; }

 p { color: rgb(56,101,243); }

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

<style>
 a { background-color: #3865F3; }

 a { background-color: rgb(56,101,243); }

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

<style>
 span { border-color: #3865F3; }

 span { border-color: rgb(56,101,243); }

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