Html Css Color HEX #3864DB Royal Blue

📋 copy color: '#3864DB'

red 56 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3864DB

Tints of Royal Blue #3864DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 14.93%
G = 26.67%
B = 58.4%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3864DB (or 0x3864DB) is known color: Royal Blue. HEX triplet: 38, 64 and DB. RGB value is (56,100,219). Sum of RGB (Red+Green+Blue) = 56+100+219=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3864DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864DB is #C79B24. Grayscale: #636363. Windows color (decimal): -13081381 or 14378040. OLE color: 14378040.

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

Color convert

RGB 56 100 219 -
CMYK 0.74 0.54 0 0.14
HSL 223.8º 0.69% 0.54% -
HSV(B) 223.8º 0.74% 0.86% -
XYZ 18.97 15.07 68.93 -
YUV 100.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 56 100 219 0.74 0.54 0 0.14 223.8 0.69 0.54
Hex 38 64 DB 4A 36 0 E E0 45 36
Octal 70 144 333 112 66 0 16 340 105 66
Binary 111000 1100100 11011011 1001010 110110 0 1110 11100000 1000101 110110

Color Harmonies of #3864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864DB

Black with #3864DB

Text Example


Text Example

White with #3864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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