#3964e4

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

Shades of Royal Blue #3964E4

Tints of Royal Blue #3964E4

Color information

#3964E4 (or 0x3964E4) is unknown color: approx Royal Blue. HEX triplet: 39, 64 and E4. RGB value is (57,100,228). Sum of RGB (Red+Green+Blue) = 57+100+228=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #3964E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964E4 is #C69B1B. Grayscale: #656565. Windows color (decimal): -13015836 or 14967865. OLE color: 14967865.

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

Color convert

RGB57100228-
CMYK0.750.5600.11
HSL224.91º76%55.88%-
HSV(B)224.91º75%89.41%-
XYZ20.2515.5975.34-
YUV101.74199.2596.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 228 (89.45% from 255) = 59.22%
R=14.81%
G=25.97%
B=59.22%

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
Decimal571002280.750.5600.11224.917655.88
Hex3964E44B380Be14c38
Octal711443441137001334111470
Binary111001110010011100100100101111100001011111000011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3964e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3964e4; }

 p { color: rgb(57,100,228); }

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

<style>
 a { background-color: #3964e4; }

 a { background-color: rgb(57,100,228); }

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

<style>
 span { border-color: #3964e4; }

 span { border-color: rgb(57,100,228); }

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