Html Css Color HEX #3976DD Royal Blue

📋 copy color: '#3976DD'

red 57 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #3976DD

Tints of Royal Blue #3976DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 14.39%
G = 29.8%
B = 55.81%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3976DD (or 0x3976DD) is known color: Royal Blue. HEX triplet: 39, 76 and DD. RGB value is (57,118,221). Sum of RGB (Red+Green+Blue) = 57+118+221=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #3976DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976DD is #C68922. Grayscale: #6F6F6F. Windows color (decimal): -13011235 or 14513721. OLE color: 14513721.

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

Color convert

RGB 57 118 221 -
CMYK 0.74 0.47 0 0.13
HSL 217.68º 0.71% 0.55% -
HSV(B) 217.68º 0.74% 0.87% -
XYZ 21.22 19.05 70.96 -
YUV 111.5 189.79 89.12 -
System Red Green Blue C M Y K H S L
Decimal 57 118 221 0.74 0.47 0 0.13 217.68 0.71 0.55
Hex 39 76 DD 4A 2F 0 D DA 47 37
Octal 71 166 335 112 57 0 15 332 107 67
Binary 111001 1110110 11011101 1001010 101111 0 1101 11011010 1000111 110111

Color Harmonies of #3976DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976DD

Black with #3976DD

Text Example


Text Example

White with #3976DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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