Html Css Color HEX #3856DB Royal Blue

📋 copy color: '#3856DB'

red 56 ◦ green 86 ◦ blue 219

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

Shades of Royal Blue #3856DB

Tints of Royal Blue #3856DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

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

R = 15.51%
G = 23.82%
B = 60.66%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3856DB (or 0x3856DB) is known color: Royal Blue. HEX triplet: 38, 56 and DB. RGB value is (56,86,219). Sum of RGB (Red+Green+Blue) = 56+86+219=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3856DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3856DB is #C7A924. Grayscale: #5B5B5B. Windows color (decimal): -13084965 or 14374456. OLE color: 14374456.

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

Color convert

RGB 56 86 219 -
CMYK 0.74 0.61 0 0.14
HSL 228.96º 0.69% 0.54% -
HSV(B) 228.96º 0.74% 0.86% -
XYZ 17.74 12.61 68.52 -
YUV 92.19 199.56 102.19 -
System Red Green Blue C M Y K H S L
Decimal 56 86 219 0.74 0.61 0 0.14 228.96 0.69 0.54
Hex 38 56 DB 4A 3D 0 E E5 45 36
Octal 70 126 333 112 75 0 16 345 105 66
Binary 111000 1010110 11011011 1001010 111101 0 1110 11100101 1000101 110110

Color Harmonies of #3856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3856DB

Black with #3856DB

Text Example


Text Example

White with #3856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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