Html Css Color HEX #3881DB Royal Blue

📋 copy color: '#3881DB'

red 56 ◦ green 129 ◦ blue 219

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

Shades of Royal Blue #3881DB

Tints of Royal Blue #3881DB

RGB

 RED value IS 56 (22.27% from 255) = 13.86%

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

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

R = 13.86%
G = 31.93%
B = 54.21%

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

#3881DB (or 0x3881DB) is known color: Royal Blue. HEX triplet: 38, 81 and DB. RGB value is (56,129,219). Sum of RGB (Red+Green+Blue) = 56+129+219=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3881DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881DB is #C77E24. Grayscale: #757575. Windows color (decimal): -13073957 or 14385464. OLE color: 14385464.

HSL color Cylindrical-coordinate representation of color #3881DB: hue angle of 213.13º 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 #3881DB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 129 219 -
CMYK 0.74 0.41 0 0.14
HSL 213.13º 0.69% 0.54% -
HSV(B) 213.13º 0.74% 0.86% -
XYZ 22.27 21.66 70.02 -
YUV 117.43 185.32 84.18 -
System Red Green Blue C M Y K H S L
Decimal 56 129 219 0.74 0.41 0 0.14 213.13 0.69 0.54
Hex 38 81 DB 4A 29 0 E D5 45 36
Octal 70 201 333 112 51 0 16 325 105 66
Binary 111000 10000001 11011011 1001010 101001 0 1110 11010101 1000101 110110

Color Harmonies of #3881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3881DB

Black with #3881DB

Text Example


Text Example

White with #3881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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