Html Css Color HEX #3961FE Royal Blue

📋 copy color: '#3961FE'

red 57 ◦ green 97 ◦ blue 254

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

Shades of Royal Blue #3961FE

Tints of Royal Blue #3961FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 13.97%
G = 23.77%
B = 62.25%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3961FE (or 0x3961FE) is known color: Royal Blue. HEX triplet: 39, 61 and FE. RGB value is (57,97,254). Sum of RGB (Red+Green+Blue) = 57+97+254=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #3961FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3961FE is #C69E01. Grayscale: #666666. Windows color (decimal): -13016578 or 16671033. OLE color: 16671033.

HSL color Cylindrical-coordinate representation of color #3961FE: hue angle of 227.82º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3961FE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 97 254 -
CMYK 0.78 0.62 0 0.00
HSL 227.82º 0.99% 0.61% -
HSV(B) 227.82º 0.78% 1% -
XYZ 23.85 16.58 95.71 -
YUV 102.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 57 97 254 0.78 0.62 0 0.00 227.82 0.99 0.61
Hex 39 61 FE 4E 3E 0 0 E4 63 3D
Octal 71 141 376 116 76 0 0 344 143 75
Binary 111001 1100001 11111110 1001110 111110 0 0 11100100 1100011 111101

Color Harmonies of #3961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3961FE

Black with #3961FE

Text Example


Text Example

White with #3961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3961FE; }

 p { color: rgb(57,97,254); }

 H1.HeaderClassName
 {
   color: #3961FE;
 }
 .AnyTagClassName
 {
   color: #3961FE;
 }
</style>

background-color css

<style>
 a { background-color: #3961FE; }

 a { background-color: rgb(57,97,254); }

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

border-color css

<style>
 span { border-color: #3961FE; }

 span { border-color: rgb(57,97,254); }

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