Html Css Color HEX #386CF3 Royal Blue

📋 copy color: '#386CF3'

red 56 ◦ green 108 ◦ blue 243

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

Shades of Royal Blue #386CF3

Tints of Royal Blue #386CF3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 13.76%
G = 26.54%
B = 59.71%

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

#386CF3 (or 0x386CF3) is known color: Royal Blue. HEX triplet: 38, 6C and F3. RGB value is (56,108,243). Sum of RGB (Red+Green+Blue) = 56+108+243=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #386CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386CF3 is #C7930C. Grayscale: #6B6B6B. Windows color (decimal): -13079309 or 15952952. OLE color: 15952952.

HSL color Cylindrical-coordinate representation of color #386CF3: hue angle of 223.32º 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 #386CF3 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 108 243 -
CMYK 0.77 0.56 0 0.05
HSL 223.32º 0.89% 0.59% -
HSV(B) 223.32º 0.77% 0.95% -
XYZ 23.17 18.04 87.05 -
YUV 107.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 56 108 243 0.77 0.56 0 0.05 223.32 0.89 0.59
Hex 38 6C F3 4D 38 0 5 DF 59 3B
Octal 70 154 363 115 70 0 5 337 131 73
Binary 111000 1101100 11110011 1001101 111000 0 101 11011111 1011001 111011

Color Harmonies of #386CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CF3

Black with #386CF3

Text Example


Text Example

White with #386CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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