Html Css Color HEX #3961DD Royal Blue

📋 copy color: '#3961DD'

red 57 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #3961DD

Tints of Royal Blue #3961DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 15.2%
G = 25.87%
B = 58.93%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3961DD (or 0x3961DD) is known color: Royal Blue. HEX triplet: 39, 61 and DD. RGB value is (57,97,221). Sum of RGB (Red+Green+Blue) = 57+97+221=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #3961DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961DD is #C69E22. Grayscale: #626262. Windows color (decimal): -13016611 or 14508345. OLE color: 14508345.

HSL color Cylindrical-coordinate representation of color #3961DD: hue angle of 225.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3961DD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 97 221 -
CMYK 0.74 0.56 0 0.13
HSL 225.37º 0.71% 0.55% -
HSV(B) 225.37º 0.74% 0.87% -
XYZ 19.01 14.64 70.23 -
YUV 99.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 57 97 221 0.74 0.56 0 0.13 225.37 0.71 0.55
Hex 39 61 DD 4A 38 0 D E1 47 37
Octal 71 141 335 112 70 0 15 341 107 67
Binary 111001 1100001 11011101 1001010 111000 0 1101 11100001 1000111 110111

Color Harmonies of #3961DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3961DD

Black with #3961DD

Text Example


Text Example

White with #3961DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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