Html Css Color HEX #3964FA Royal Blue

📋 copy color: '#3964FA'

red 57 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #3964FA

Tints of Royal Blue #3964FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 14%
G = 24.57%
B = 61.43%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3964FA (or 0x3964FA) is known color: Royal Blue. HEX triplet: 39, 64 and FA. RGB value is (57,100,250). Sum of RGB (Red+Green+Blue) = 57+100+250=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #3964FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3964FA is #C69B05. Grayscale: #676767. Windows color (decimal): -13015814 or 16409657. OLE color: 16409657.

HSL color Cylindrical-coordinate representation of color #3964FA: hue angle of 226.63º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3964FA is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 100 250 -
CMYK 0.77 0.6 0 0.02
HSL 226.63º 0.95% 0.6% -
HSV(B) 226.63º 0.77% 0.98% -
XYZ 23.5 16.89 92.46 -
YUV 104.24 210.25 94.3 -
System Red Green Blue C M Y K H S L
Decimal 57 100 250 0.77 0.6 0 0.02 226.63 0.95 0.6
Hex 39 64 FA 4D 3C 0 2 E3 5F 3C
Octal 71 144 372 115 74 0 2 343 137 74
Binary 111001 1100100 11111010 1001101 111100 0 10 11100011 1011111 111100

Color Harmonies of #3964FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3964FA

Black with #3964FA

Text Example


Text Example

White with #3964FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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