Html Css Color HEX #386AF3 Royal Blue

📋 copy color: '#386AF3'

red 56 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #386AF3

Tints of Royal Blue #386AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 243 (95.31% from 255) = 60%

R = 13.83%
G = 26.17%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#386AF3 (or 0x386AF3) is known color: Royal Blue. HEX triplet: 38, 6A and F3. RGB value is (56,106,243). Sum of RGB (Red+Green+Blue) = 56+106+243=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #386AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386AF3 is #C7950C. Grayscale: #6A6A6A. Windows color (decimal): -13079821 or 15952440. OLE color: 15952440.

HSL color Cylindrical-coordinate representation of color #386AF3: hue angle of 223.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386AF3 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 106 243 -
CMYK 0.77 0.56 0 0.05
HSL 223.96º 0.89% 0.59% -
HSV(B) 223.96º 0.77% 0.95% -
XYZ 22.96 17.62 86.98 -
YUV 106.67 204.94 91.86 -
System Red Green Blue C M Y K H S L
Decimal 56 106 243 0.77 0.56 0 0.05 223.96 0.89 0.59
Hex 38 6A F3 4D 38 0 5 E0 59 3B
Octal 70 152 363 115 70 0 5 340 131 73
Binary 111000 1101010 11110011 1001101 111000 0 101 11100000 1011001 111011

Color Harmonies of #386AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AF3

Black with #386AF3

Text Example


Text Example

White with #386AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386AF3; }

 p { color: rgb(56,106,243); }

 H1.HeaderClassName
 {
   color: #386AF3;
 }
 .AnyTagClassName
 {
   color: #386AF3;
 }
</style>

background-color css

<style>
 a { background-color: #386AF3; }

 a { background-color: rgb(56,106,243); }

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

border-color css

<style>
 span { border-color: #386AF3; }

 span { border-color: rgb(56,106,243); }

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