Html Css Color HEX #386FEC Royal Blue

📋 copy color: '#386FEC'

red 56 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #386FEC

Tints of Royal Blue #386FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 13.9%
G = 27.54%
B = 58.56%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#386FEC (or 0x386FEC) is known color: Royal Blue. HEX triplet: 38, 6F and EC. RGB value is (56,111,236). Sum of RGB (Red+Green+Blue) = 56+111+236=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #386FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FEC is #C79013. Grayscale: #6C6C6C. Windows color (decimal): -13078548 or 15494968. OLE color: 15494968.

HSL color Cylindrical-coordinate representation of color #386FEC: hue angle of 221.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386FEC is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 111 236 -
CMYK 0.76 0.53 0 0.07
HSL 221.67º 0.83% 0.57% -
HSV(B) 221.67º 0.76% 0.93% -
XYZ 22.46 18.27 81.7 -
YUV 108.81 199.78 90.34 -
System Red Green Blue C M Y K H S L
Decimal 56 111 236 0.76 0.53 0 0.07 221.67 0.83 0.57
Hex 38 6F EC 4C 35 0 7 DE 53 39
Octal 70 157 354 114 65 0 7 336 123 71
Binary 111000 1101111 11101100 1001100 110101 0 111 11011110 1010011 111001

Color Harmonies of #386FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FEC

Black with #386FEC

Text Example


Text Example

White with #386FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,236); }

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

background-color css

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

 a { background-color: rgb(56,111,236); }

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

border-color css

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

 span { border-color: rgb(56,111,236); }

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