Html Css Color HEX #3981DD Royal Blue

📋 copy color: '#3981DD'

red 57 ◦ green 129 ◦ blue 221

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

Shades of Royal Blue #3981DD

Tints of Royal Blue #3981DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 14%
G = 31.7%
B = 54.3%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3981DD (or 0x3981DD) is known color: Royal Blue. HEX triplet: 39, 81 and DD. RGB value is (57,129,221). Sum of RGB (Red+Green+Blue) = 57+129+221=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #3981DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3981DD is #C67E22. Grayscale: #757575. Windows color (decimal): -13008419 or 14516537. OLE color: 14516537.

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

Color convert

RGB 57 129 221 -
CMYK 0.74 0.42 0 0.13
HSL 213.66º 0.71% 0.55% -
HSV(B) 213.66º 0.74% 0.87% -
XYZ 22.59 21.79 71.42 -
YUV 117.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 57 129 221 0.74 0.42 0 0.13 213.66 0.71 0.55
Hex 39 81 DD 4A 2A 0 D D6 47 37
Octal 71 201 335 112 52 0 15 326 107 67
Binary 111001 10000001 11011101 1001010 101010 0 1101 11010110 1000111 110111

Color Harmonies of #3981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3981DD

Black with #3981DD

Text Example


Text Example

White with #3981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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