Html Css Color HEX #3981DB Royal Blue

📋 copy color: '#3981DB'

red 57 ◦ green 129 ◦ blue 219

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

Shades of Royal Blue #3981DB

Tints of Royal Blue #3981DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 14.07%
G = 31.85%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3981DB (or 0x3981DB) is known color: Royal Blue. HEX triplet: 39, 81 and DB. RGB value is (57,129,219). Sum of RGB (Red+Green+Blue) = 57+129+219=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3981DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3981DB is #C67E24. Grayscale: #757575. Windows color (decimal): -13008421 or 14385465. OLE color: 14385465.

HSL color Cylindrical-coordinate representation of color #3981DB: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3981DB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 129 219 -
CMYK 0.74 0.41 0 0.14
HSL 213.33º 0.69% 0.54% -
HSV(B) 213.33º 0.74% 0.86% -
XYZ 22.32 21.68 70.03 -
YUV 117.73 185.15 84.68 -
System Red Green Blue C M Y K H S L
Decimal 57 129 219 0.74 0.41 0 0.14 213.33 0.69 0.54
Hex 39 81 DB 4A 29 0 E D5 45 36
Octal 71 201 333 112 51 0 16 325 105 66
Binary 111001 10000001 11011011 1001010 101001 0 1110 11010101 1000101 110110

Color Harmonies of #3981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3981DB

Black with #3981DB

Text Example


Text Example

White with #3981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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