#3864E2

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

Shades of Royal Blue #3864E2

Tints of Royal Blue #3864E2

Color information

#3864E2 (or 0x3864E2) is unknown color: approx Royal Blue. HEX triplet: 38, 64 and E2. RGB value is (56,100,226). Sum of RGB (Red+Green+Blue) = 56+100+226=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 226 (88.67% from 255 or 59.16% from 382); Max value from RGB is 226 - color contains mainly: blue. Hex color #3864E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864E2 is #C79B1D. Grayscale: #646464. Windows color (decimal): -13081374 or 14836792. OLE color: 14836792.

HSL color Cylindrical-coordinate representation of color #3864E2: hue angle of 224.47º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3864E2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB56100226-
CMYK0.750.5600.11
HSL224.47º74.56%55.29%-
HSV(B)224.47º75.22%88.63%-
XYZ19.9215.4573.88-
YUV101.21198.4295.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 226 (88.67% from 255) = 59.16%
R=14.66%
G=26.18%
B=59.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal561002260.750.5600.11224.4774.5655.29
Hex3864E24B380Be04b37
Octal701443421137001334011367
Binary111000110010011100010100101111100001011111000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3864E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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