Html Css Color HEX #3864DF Royal Blue

📋 copy color: '#3864DF'

red 56 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #3864DF

Tints of Royal Blue #3864DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 14.78%
G = 26.39%
B = 58.84%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3864DF (or 0x3864DF) is known color: Royal Blue. HEX triplet: 38, 64 and DF. RGB value is (56,100,223). Sum of RGB (Red+Green+Blue) = 56+100+223=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #3864DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864DF is #C79B20. Grayscale: #646464. Windows color (decimal): -13081377 or 14640184. OLE color: 14640184.

HSL color Cylindrical-coordinate representation of color #3864DF: hue angle of 224.19º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3864DF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 100 223 -
CMYK 0.75 0.55 0 0.13
HSL 224.19º 0.72% 0.55% -
HSV(B) 224.19º 0.75% 0.87% -
XYZ 19.51 15.28 71.73 -
YUV 100.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 56 100 223 0.75 0.55 0 0.13 224.19 0.72 0.55
Hex 38 64 DF 4B 37 0 D E0 48 37
Octal 70 144 337 113 67 0 15 340 110 67
Binary 111000 1100100 11011111 1001011 110111 0 1101 11100000 1001000 110111

Color Harmonies of #3864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864DF

Black with #3864DF

Text Example


Text Example

White with #3864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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