Html Css Color HEX #3864F6 Royal Blue

📋 copy color: '#3864F6'

red 56 ◦ green 100 ◦ blue 246

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

Shades of Royal Blue #3864F6

Tints of Royal Blue #3864F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.19%

R = 13.93%
G = 24.88%
B = 61.19%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3864F6 (or 0x3864F6) is known color: Royal Blue. HEX triplet: 38, 64 and F6. RGB value is (56,100,246). Sum of RGB (Red+Green+Blue) = 56+100+246=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #3864F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3864F6 is #C79B09. Grayscale: #666666. Windows color (decimal): -13081354 or 16147512. OLE color: 16147512.

HSL color Cylindrical-coordinate representation of color #3864F6: hue angle of 226.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3864F6 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 100 246 -
CMYK 0.77 0.59 0 0.04
HSL 226.11º 0.91% 0.59% -
HSV(B) 226.11º 0.77% 0.96% -
XYZ 22.82 16.61 89.19 -
YUV 103.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 56 100 246 0.77 0.59 0 0.04 226.11 0.91 0.59
Hex 38 64 F6 4D 3B 0 4 E2 5B 3B
Octal 70 144 366 115 73 0 4 342 133 73
Binary 111000 1100100 11110110 1001101 111011 0 100 11100010 1011011 111011

Color Harmonies of #3864F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864F6

Black with #3864F6

Text Example


Text Example

White with #3864F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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