Html Css Color HEX #3962FF Royal Blue

📋 copy color: '#3962FF'

red 57 ◦ green 98 ◦ blue 255

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

Shades of Royal Blue #3962FF

Tints of Royal Blue #3962FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 255 (100% from 255) = 62.2%

R = 13.9%
G = 23.9%
B = 62.2%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3962FF (or 0x3962FF) is known color: Royal Blue. HEX triplet: 39, 62 and FF. RGB value is (57,98,255). Sum of RGB (Red+Green+Blue) = 57+98+255=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #3962FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3962FF is #C69D00. Grayscale: #666666. Windows color (decimal): -13016321 or 16736825. OLE color: 16736825.

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

Color convert

RGB 57 98 255 -
CMYK 0.78 0.62 0 0
HSL 227.58º 1% 0.61% -
HSV(B) 227.58º 0.78% 1% -
XYZ 24.11 16.83 96.58 -
YUV 103.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 57 98 255 0.78 0.62 0 0 227.58 1 0.61
Hex 39 62 FF 4E 3E 0 0 E4 64 3D
Octal 71 142 377 116 76 0 0 344 144 75
Binary 111001 1100010 11111111 1001110 111110 0 0 11100100 1100100 111101

Color Harmonies of #3962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3962FF

Black with #3962FF

Text Example


Text Example

White with #3962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3962FF; }

 p { color: rgb(57,98,255); }

 H1.HeaderClassName
 {
   color: #3962FF;
 }
 .AnyTagClassName
 {
   color: #3962FF;
 }
</style>

background-color css

<style>
 a { background-color: #3962FF; }

 a { background-color: rgb(57,98,255); }

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

border-color css

<style>
 span { border-color: #3962FF; }

 span { border-color: rgb(57,98,255); }

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