Html Css Color HEX #3864FF Royal Blue

📋 copy color: '#3864FF'

red 56 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #3864FF

Tints of Royal Blue #3864FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 13.63%
G = 24.33%
B = 62.04%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3864FF (or 0x3864FF) is known color: Royal Blue. HEX triplet: 38, 64 and FF. RGB value is (56,100,255). Sum of RGB (Red+Green+Blue) = 56+100+255=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #3864FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3864FF is #C79B00. Grayscale: #676767. Windows color (decimal): -13081345 or 16737336. OLE color: 16737336.

HSL color Cylindrical-coordinate representation of color #3864FF: hue angle of 226.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3864FF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 100 255 -
CMYK 0.78 0.61 0 0
HSL 226.73º 1% 0.61% -
HSV(B) 226.73º 0.78% 1% -
XYZ 24.24 17.18 96.65 -
YUV 104.51 212.92 93.4 -
System Red Green Blue C M Y K H S L
Decimal 56 100 255 0.78 0.61 0 0 226.73 1 0.61
Hex 38 64 FF 4E 3D 0 0 E3 64 3D
Octal 70 144 377 116 75 0 0 343 144 75
Binary 111000 1100100 11111111 1001110 111101 0 0 11100011 1100100 111101

Color Harmonies of #3864FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864FF

Black with #3864FF

Text Example


Text Example

White with #3864FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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