Html Css Color HEX #3864D6 Royal Blue

📋 copy color: '#3864D6'

red 56 ◦ green 100 ◦ blue 214

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

Shades of Royal Blue #3864D6

Tints of Royal Blue #3864D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 15.14%
G = 27.03%
B = 57.84%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3864D6 (or 0x3864D6) is known color: Royal Blue. HEX triplet: 38, 64 and D6. RGB value is (56,100,214). Sum of RGB (Red+Green+Blue) = 56+100+214=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #3864D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864D6 is #C79B29. Grayscale: #636363. Windows color (decimal): -13081386 or 14050360. OLE color: 14050360.

HSL color Cylindrical-coordinate representation of color #3864D6: hue angle of 223.29º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3864D6 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 100 214 -
CMYK 0.74 0.53 0 0.16
HSL 223.29º 0.66% 0.53% -
HSV(B) 223.29º 0.74% 0.84% -
XYZ 18.33 14.81 65.51 -
YUV 99.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 56 100 214 0.74 0.53 0 0.16 223.29 0.66 0.53
Hex 38 64 D6 4A 35 0 10 DF 42 35
Octal 70 144 326 112 65 0 20 337 102 65
Binary 111000 1100100 11010110 1001010 110101 0 10000 11011111 1000010 110101

Color Harmonies of #3864D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864D6

Black with #3864D6

Text Example


Text Example

White with #3864D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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