Html Css Color HEX #3962EC Royal Blue

📋 copy color: '#3962EC'

red 57 ◦ green 98 ◦ blue 236

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

Shades of Royal Blue #3962EC

Tints of Royal Blue #3962EC

RGB

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

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

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

R = 14.58%
G = 25.06%
B = 60.36%

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

#3962EC (or 0x3962EC) is known color: Royal Blue. HEX triplet: 39, 62 and EC. RGB value is (57,98,236). Sum of RGB (Red+Green+Blue) = 57+98+236=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #3962EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3962EC is #C69D13. Grayscale: #646464. Windows color (decimal): -13016340 or 15491641. OLE color: 15491641.

HSL color Cylindrical-coordinate representation of color #3962EC: hue angle of 226.26º 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 #3962EC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 98 236 -
CMYK 0.76 0.58 0 0.07
HSL 226.26º 0.82% 0.57% -
HSV(B) 226.26º 0.76% 0.93% -
XYZ 21.2 15.66 81.26 -
YUV 101.47 203.92 96.28 -
System Red Green Blue C M Y K H S L
Decimal 57 98 236 0.76 0.58 0 0.07 226.26 0.82 0.57
Hex 39 62 EC 4C 3A 0 7 E2 52 39
Octal 71 142 354 114 72 0 7 342 122 71
Binary 111001 1100010 11101100 1001100 111010 0 111 11100010 1010010 111001

Color Harmonies of #3962EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3962EC

Black with #3962EC

Text Example


Text Example

White with #3962EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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