Html Css Color HEX #3964EC Royal Blue

📋 copy color: '#3964EC'

red 57 ◦ green 100 ◦ blue 236

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

Shades of Royal Blue #3964EC

Tints of Royal Blue #3964EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 14.5%
G = 25.45%
B = 60.05%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3964EC (or 0x3964EC) is known color: Royal Blue. HEX triplet: 39, 64 and EC. RGB value is (57,100,236). Sum of RGB (Red+Green+Blue) = 57+100+236=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #3964EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3964EC is #C69B13. Grayscale: #666666. Windows color (decimal): -13015828 or 15492153. OLE color: 15492153.

HSL color Cylindrical-coordinate representation of color #3964EC: hue angle of 225.59º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3964EC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 100 236 -
CMYK 0.76 0.58 0 0.07
HSL 225.59º 0.82% 0.57% -
HSV(B) 225.59º 0.76% 0.93% -
XYZ 21.38 16.04 81.33 -
YUV 102.65 203.25 95.44 -
System Red Green Blue C M Y K H S L
Decimal 57 100 236 0.76 0.58 0 0.07 225.59 0.82 0.57
Hex 39 64 EC 4C 3A 0 7 E2 52 39
Octal 71 144 354 114 72 0 7 342 122 71
Binary 111001 1100100 11101100 1001100 111010 0 111 11100010 1010010 111001

Color Harmonies of #3964EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3964EC

Black with #3964EC

Text Example


Text Example

White with #3964EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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