Html Css Color HEX #3960DD Royal Blue

📋 copy color: '#3960DD'

red 57 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #3960DD

Tints of Royal Blue #3960DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

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

R = 15.24%
G = 25.67%
B = 59.09%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3960DD (or 0x3960DD) is known color: Royal Blue. HEX triplet: 39, 60 and DD. RGB value is (57,96,221). Sum of RGB (Red+Green+Blue) = 57+96+221=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3960DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3960DD is #C69F22. Grayscale: #626262. Windows color (decimal): -13016867 or 14508089. OLE color: 14508089.

HSL color Cylindrical-coordinate representation of color #3960DD: hue angle of 225.73º 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 #3960DD is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 96 221 -
CMYK 0.74 0.57 0 0.13
HSL 225.73º 0.71% 0.55% -
HSV(B) 225.73º 0.74% 0.87% -
XYZ 18.92 14.46 70.2 -
YUV 98.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 57 96 221 0.74 0.57 0 0.13 225.73 0.71 0.55
Hex 39 60 DD 4A 39 0 D E2 47 37
Octal 71 140 335 112 71 0 15 342 107 67
Binary 111001 1100000 11011101 1001010 111001 0 1101 11100010 1000111 110111

Color Harmonies of #3960DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3960DD

Black with #3960DD

Text Example


Text Example

White with #3960DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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