Html Css Color HEX #3964E0 Royal Blue

📋 copy color: '#3964E0'

red 57 ◦ green 100 ◦ blue 224

#3964E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3964E0

Tints of Royal Blue #3964E0

RGB

 RED value IS 57 (22.66% from 255) = 14.96%

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 224 (87.89% from 255) = 58.79%

R = 14.96%
G = 26.25%
B = 58.79%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3964E0 (or 0x3964E0) is known color: Royal Blue. HEX triplet: 39, 64 and E0. RGB value is (57,100,224). Sum of RGB (Red+Green+Blue) = 57+100+224=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #3964E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964E0 is #C69B1F. Grayscale: #646464. Windows color (decimal): -13015840 or 14705721. OLE color: 14705721.

HSL color Cylindrical-coordinate representation of color #3964E0: hue angle of 224.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3964E0 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 100 224 -
CMYK 0.75 0.55 0 0.12
HSL 224.55º 0.73% 0.55% -
HSV(B) 224.55º 0.75% 0.88% -
XYZ 19.7 15.37 72.45 -
YUV 101.28 197.25 96.42 -
System Red Green Blue C M Y K H S L
Decimal 57 100 224 0.75 0.55 0 0.12 224.55 0.73 0.55
Hex 39 64 E0 4B 37 0 C E1 49 37
Octal 71 144 340 113 67 0 14 341 111 67
Binary 111001 1100100 11100000 1001011 110111 0 1100 11100001 1001001 110111

Color Harmonies of #3964E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3964E0

Black with #3964E0

Text Example


Text Example

White with #3964E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3964E0;
 }
 .AnyTagClassName
 {
   color: #3964E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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