Html Css Color HEX #386BFC Royal Blue

📋 copy color: '#386BFC'

red 56 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #386BFC

Tints of Royal Blue #386BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

 BLUE value IS 252 (98.83% from 255) = 60.72%

R = 13.49%
G = 25.78%
B = 60.72%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#386BFC (or 0x386BFC) is known color: Royal Blue. HEX triplet: 38, 6B and FC. RGB value is (56,107,252). Sum of RGB (Red+Green+Blue) = 56+107+252=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #386BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFC is #C79403. Grayscale: #6B6B6B. Windows color (decimal): -13079556 or 16542520. OLE color: 16542520.

HSL color Cylindrical-coordinate representation of color #386BFC: hue angle of 224.39º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386BFC is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 107 252 -
CMYK 0.78 0.58 0 0.01
HSL 224.39º 0.97% 0.6% -
HSV(B) 224.39º 0.78% 0.99% -
XYZ 24.46 18.38 94.35 -
YUV 108.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 56 107 252 0.78 0.58 0 0.01 224.39 0.97 0.6
Hex 38 6B FC 4E 3A 0 1 E0 61 3C
Octal 70 153 374 116 72 0 1 340 141 74
Binary 111000 1101011 11111100 1001110 111010 0 1 11100000 1100001 111100

Color Harmonies of #386BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BFC

Black with #386BFC

Text Example


Text Example

White with #386BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,252); }

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

background-color css

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

 a { background-color: rgb(56,107,252); }

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

border-color css

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

 span { border-color: rgb(56,107,252); }

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