Html Css Color HEX #3876DB Royal Blue

📋 copy color: '#3876DB'

red 56 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #3876DB

Tints of Royal Blue #3876DB

RGB

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

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

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

R = 14.25%
G = 30.03%
B = 55.73%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3876DB (or 0x3876DB) is known color: Royal Blue. HEX triplet: 38, 76 and DB. RGB value is (56,118,219). Sum of RGB (Red+Green+Blue) = 56+118+219=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #3876DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876DB is #C78924. Grayscale: #6E6E6E. Windows color (decimal): -13076773 or 14382648. OLE color: 14382648.

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

Color convert

RGB 56 118 219 -
CMYK 0.74 0.46 0 0.14
HSL 217.18º 0.69% 0.54% -
HSV(B) 217.18º 0.74% 0.86% -
XYZ 20.9 18.91 69.57 -
YUV 110.98 188.96 88.79 -
System Red Green Blue C M Y K H S L
Decimal 56 118 219 0.74 0.46 0 0.14 217.18 0.69 0.54
Hex 38 76 DB 4A 2E 0 E D9 45 36
Octal 70 166 333 112 56 0 16 331 105 66
Binary 111000 1110110 11011011 1001010 101110 0 1110 11011001 1000101 110110

Color Harmonies of #3876DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3876DB

Black with #3876DB

Text Example


Text Example

White with #3876DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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